﻿CADETProcess.optimization.SLSQP
===============================

.. currentmodule:: CADETProcess.optimization

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