﻿CADETProcess.optimization.GPEI
==============================

.. currentmodule:: CADETProcess.optimization

.. autoclass:: GPEI
   :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:
      
         GPEI.check_optimization_problem
         GPEI.check_required_parameters
         GPEI.check_x0
         GPEI.load_results
         GPEI.optimize
         GPEI.run_final_processing
         GPEI.run_post_processing
         GPEI.train_model
      
  

  
  
   .. 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:
      
         GPEI.aggregated_parameters
         GPEI.cv_bounds_tol
         GPEI.cv_lincon_tol
         GPEI.cv_lineqcon_tol
         GPEI.cv_nonlincon_tol
         GPEI.early_stopping_improvement_bar
         GPEI.early_stopping_improvement_window
         GPEI.f_tol
         GPEI.ignore_linear_constraints_config
         GPEI.is_population_based
         GPEI.missing_parameters
         GPEI.n_cores
         GPEI.n_init_evals
         GPEI.n_max_evals
         GPEI.n_max_iter
         GPEI.options
         GPEI.parallelization_backend
         GPEI.parameters
         GPEI.polynomial_parameters
         GPEI.progress_frequency
         GPEI.required_parameters
         GPEI.seed
         GPEI.similarity_tol
         GPEI.sized_parameters
         GPEI.specific_options
         GPEI.supports_bounds
         GPEI.supports_linear_constraints
         GPEI.supports_linear_equality_constraints
         GPEI.supports_multi_objective
         GPEI.supports_nonlinear_constraints
         GPEI.supports_single_objective
         GPEI.x_tol
  
  