evaluate
Evaluate optimization expression or objectives and constraints in problem
Description
Use evaluate to find the numeric value of an optimization
expression at a point, or to find the values of objective and constraint expressions in
an optimization problem, equation problem, or optimization constraint at a set of
points.
Tip
For the full workflow, see Problem-Based Optimization Workflow or Problem-Based Workflow for Solving Equations.
Examples
Input Arguments
Output Arguments
More About
Tips
The toolbox has three functions to compute the feasibility of points.
infeasibility— Compute the numeric violation value of anOptimizationVariable(with respect to its bound and type constraints) or anOptimizationConstraintat a point.issatisfied— Check if the infeasibility of anOptimizationVariableor anOptimizationConstraintor components of anOptimizationProblemorEquationProblemat a point exceed some threshold.evaluate— Compute the value of anOptimizationVariable,OptimizationExpression,OptimizationConstraint, or components of anOptimizationProblemorEquationProblemat a point.

