﻿CADETProcess.optimization.U_NSGA3
=================================

.. currentmodule:: CADETProcess.optimization

.. autoclass:: U_NSGA3
   :no-members:
   :no-inherited-members:
   :no-special-members:

  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
      .. autosummary::
         :toctree:
      
         U_NSGA3.check_optimization_problem
         U_NSGA3.check_required_parameters
         U_NSGA3.check_x0
         U_NSGA3.get_max_number_of_generations
         U_NSGA3.get_number_of_reference_directions
         U_NSGA3.get_population_size
         U_NSGA3.load_results
         U_NSGA3.optimize
         U_NSGA3.run_final_processing
         U_NSGA3.run_post_processing
      
  

  
  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
      .. autosummary::
         :toctree:
      
         U_NSGA3.aggregated_parameters
         U_NSGA3.cv_bounds_tol
         U_NSGA3.cv_lincon_tol
         U_NSGA3.cv_lineqcon_tol
         U_NSGA3.cv_nonlincon_tol
         U_NSGA3.cvtol
         U_NSGA3.f_tol
         U_NSGA3.ftol
         U_NSGA3.ignore_linear_constraints_config
         U_NSGA3.is_population_based
         U_NSGA3.missing_parameters
         U_NSGA3.n_cores
         U_NSGA3.n_max_evals
         U_NSGA3.n_max_gen
         U_NSGA3.n_max_iter
         U_NSGA3.n_ref_dirs
         U_NSGA3.n_skip
         U_NSGA3.options
         U_NSGA3.parallelization_backend
         U_NSGA3.parameters
         U_NSGA3.polynomial_parameters
         U_NSGA3.pop_size
         U_NSGA3.progress_frequency
         U_NSGA3.required_parameters
         U_NSGA3.seed
         U_NSGA3.similarity_tol
         U_NSGA3.sized_parameters
         U_NSGA3.specific_options
         U_NSGA3.supports_bounds
         U_NSGA3.supports_linear_constraints
         U_NSGA3.supports_linear_equality_constraints
         U_NSGA3.supports_multi_objective
         U_NSGA3.supports_nonlinear_constraints
         U_NSGA3.supports_single_objective
         U_NSGA3.x_tol
         U_NSGA3.xtol
  
  