﻿CADETProcess.optimization.COBYLA
================================

.. currentmodule:: CADETProcess.optimization

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