Optimization solution
A GlobalOptimSolution
object contains information on a
local minimum, including location, objective function value, and start point or points
that lead to the minimum.
GlobalSearch
and MultiStart
generate a vector of GlobalOptimSolution
objects. The vector is ordered by objective function
value, from lowest (best) to highest (worst). GlobalSearch
and MultiStart
combine
solutions that coincide with previously found solutions to within tolerances. For
GlobalSearch
details, see Update
Solution Set in When fmincon Runs. For MultiStart
details, see Create GlobalOptimSolution Object.
When you execute run
and request
the solutions output, GlobalSearch
and MultiStart
create GlobalOptimSolution
objects as output.