Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 776 Bytes

OptimizationSystem.md

File metadata and controls

40 lines (28 loc) · 776 Bytes

OptimizationSystem

System Constructors

OptimizationSystem

Composition and Accessor Functions

  • get_op(sys): The objective to be minimized.
  • get_states(sys) or states(sys): The set of states for the optimization.
  • get_ps(sys) or parameters(sys): The parameters for the optimization.
  • get_constraints(sys) or constraints(sys): The constraints for the optimization.

Transformations

Analyses

Applicable Calculation and Generation Functions

calculate_gradient
calculate_hessian
generate_gradient
generate_hessian
hessian_sparsity

Problem Constructors

OptimizationProblem(sys::ModelingToolkit.OptimizationSystem, args...)

Expression Constructors

OptimizationProblemExpr