﻿CADETProcess.optimization.NSGA2
===============================

.. currentmodule:: CADETProcess.optimization

.. autoclass:: NSGA2
   :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:
      
         NSGA2.check_optimization_problem
         NSGA2.check_required_parameters
         NSGA2.check_x0
         NSGA2.get_max_number_of_generations
         NSGA2.get_number_of_reference_directions
         NSGA2.get_population_size
         NSGA2.load_results
         NSGA2.optimize
         NSGA2.run_final_processing
         NSGA2.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:
      
         NSGA2.aggregated_parameters
         NSGA2.cv_bounds_tol
         NSGA2.cv_lincon_tol
         NSGA2.cv_lineqcon_tol
         NSGA2.cv_nonlincon_tol
         NSGA2.cvtol
         NSGA2.f_tol
         NSGA2.ftol
         NSGA2.ignore_linear_constraints_config
         NSGA2.is_population_based
         NSGA2.missing_parameters
         NSGA2.n_cores
         NSGA2.n_max_evals
         NSGA2.n_max_gen
         NSGA2.n_max_iter
         NSGA2.n_ref_dirs
         NSGA2.n_skip
         NSGA2.options
         NSGA2.parallelization_backend
         NSGA2.parameters
         NSGA2.polynomial_parameters
         NSGA2.pop_size
         NSGA2.progress_frequency
         NSGA2.required_parameters
         NSGA2.seed
         NSGA2.similarity_tol
         NSGA2.sized_parameters
         NSGA2.specific_options
         NSGA2.supports_bounds
         NSGA2.supports_linear_constraints
         NSGA2.supports_linear_equality_constraints
         NSGA2.supports_multi_objective
         NSGA2.supports_nonlinear_constraints
         NSGA2.supports_single_objective
         NSGA2.x_tol
         NSGA2.xtol
  
  