Main Content

Workflow for GlobalSearch and MultiStart

R2026b

To find a global or multiple local solutions for a smooth problem:

The following figure illustrates these steps.

Workflow with two or three parts: create a problem structure from inputs like x0 and the objective using createOptimProblem, create a GlobalSearch or MultiStart object with options, and optionally specify start points for MultiStart. Pass all parts to the run function for results.

See Also

Topics