Start points description, specified as a RandomStartPointSet object.
list generates start points using the
NumStartPoints (number of points) and
ArtificialBound (artificial bounds) properties of
rs. list uses the
x0 field in problem to determine
the number of variables in the start points. list uses
the bounds in problem as follows:
list generates points uniformly within
bounds.
If a component has no bounds, list uses a lower bound of
-ArtificialBound and an upper bound of
ArtificialBound.
If a component has a lower bound lb but no
upper bound, list uses an upper
bound of lb + 2*ArtificialBound.
Similarly, if a component has an upper bound ub
but no lower bound, list uses a
lower bound of
ub - 2*ArtificialBound.
Problem description, specified as a problem structure. Create a problem
structure using createOptimProblem. list uses only the lower and upper bounds in
problem, as described in rs,
and uses the x0 field in problem to
determine the number of variables.