﻿CADETProcess.optimization.COBYQA
================================

.. currentmodule:: CADETProcess.optimization

.. autoclass:: COBYQA
   :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:
      
         COBYQA.check_optimization_problem
         COBYQA.check_required_parameters
         COBYQA.check_x0
         COBYQA.get_bounds
         COBYQA.get_callback
         COBYQA.get_constraint_objects
         COBYQA.get_lincon_obj
         COBYQA.get_lineqcon_obj
         COBYQA.get_nonlincon_obj
         COBYQA.load_results
         COBYQA.optimize
         COBYQA.run_final_processing
         COBYQA.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:
      
         COBYQA.aggregated_parameters
         COBYQA.cv_bounds_tol
         COBYQA.cv_lincon_tol
         COBYQA.cv_lineqcon_tol
         COBYQA.cv_nonlincon_tol
         COBYQA.disp
         COBYQA.f_target
         COBYQA.f_tol
         COBYQA.feasibility_tol
         COBYQA.final_tr_radius
         COBYQA.finite_diff_rel_step
         COBYQA.ignore_linear_constraints_config
         COBYQA.initial_tr_radius
         COBYQA.is_population_based
         COBYQA.jac
         COBYQA.maxfev
         COBYQA.maxiter
         COBYQA.missing_parameters
         COBYQA.n_cores
         COBYQA.n_max_evals
         COBYQA.n_max_iter
         COBYQA.options
         COBYQA.parallelization_backend
         COBYQA.parameters
         COBYQA.polynomial_parameters
         COBYQA.progress_frequency
         COBYQA.required_parameters
         COBYQA.similarity_tol
         COBYQA.sized_parameters
         COBYQA.specific_options
         COBYQA.supports_bounds
         COBYQA.supports_linear_constraints
         COBYQA.supports_linear_equality_constraints
         COBYQA.supports_multi_objective
         COBYQA.supports_nonlinear_constraints
         COBYQA.supports_single_objective
         COBYQA.tol
         COBYQA.x_tol
  
  