optimwarmstart
Description
creates a warm start object ws
= optimwarmstart(x0
,options
)ws
for use with the solver indicated in
options
. For an example using a warm start object, see Warm Start quadprog.
incorporates memory bounds in ws
= optimwarmstart(x0
,options
,Name,Value
)ws
using name-value arguments. Use memory
bounds only when generating code.
Examples
Input Arguments
Output Arguments
Algorithms
A warm start object maintains a list of active constraints from the previous solved problem. The solver carries over as much active constraint information as possible to solve the current problem. If the previous problem is too different from the current one, no active set information is reused. In this case, the solver effectively executes a cold start in order to rebuild the list of active constraints.
Extended Capabilities
Version History
Introduced in R2021a