csnlp.multistart.StructuredStartPoints#
- class csnlp.multistart.StructuredStartPoints(points, multistarts=10)[source]#
Bases:
objectClass that can be iterated to yield a set of structured (deterministic) start points for a multistart NLP optimization problem (see
csnlp.multistart.MultistartNlpand its subclasses). The points are linearly spaced between upper- and lower-bounds.- Parameters:
- pointsdict of (str, StructuredStartPoint)
Dictionary containing the name of each variable, and how to generate structured starting points for it (in the form of a
StructuredStartPointobject).- multistartsint, optional
The number of multiple start points. Default is
10.
Methods