Find multiple local minima
A MultiStart
object contains properties
(options) that affect how run
repeatedly runs a local solver to
generate a GlobalOptimSolution
object. When run, the
solver attempts to find multiple local solutions to a problem by starting from various
points.
ms = MultiStart
creates ms
, a MultiStart
solver with its properties set to the
defaults.
ms = MultiStart(Name,Value)
sets properties using
name-value pairs.
ms = MultiStart(oldMS,Name,Value)
creates a copy of the
oldMS
MultiStart
solver, and sets properties using
name-value pairs.
ms = MultiStart(gs)
creates ms
, a
MultiStart
solver, with common parameter
values from the gs
GlobalSearch
solver.
run | Run multiple-start solver |
For a detailed description of the algorithm, see MultiStart Algorithm.
CustomStartPointSet
| GlobalOptimSolution
| GlobalSearch
| RandomStartPointSet
| run