csnlp.multistart.RandomStartPoint#
- class csnlp.multistart.RandomStartPoint(method, *args, **kwargs)[source]#
Bases:
objectClass containing all the information to guide the random generation of this point.
- Parameters:
- methodstr
Name of the method of
numpy.random.Generatorthat must be used to generate random start locations for this point, e.g.,"unform"fornumpy.random.Generator.uniform,"normal"fornumpy.random.Generator.normal, etc.- args, kwargs
Args and kwargs with which to call the above method.
Methods