csnlp.multistart.RandomStartPoint#

class csnlp.multistart.RandomStartPoint(method, *args, **kwargs)[source]#

Bases: object

Class containing all the information to guide the random generation of this point.

Parameters:
methodstr

Name of the method of numpy.random.Generator that must be used to generate random start locations for this point, e.g., "unform" for numpy.random.Generator.uniform, "normal" for numpy.random.Generator.normal, etc.

args, kwargs

Args and kwargs with which to call the above method.

Methods

Examples using csnlp.multistart.RandomStartPoint#

A simple problem with multiple minima

A simple problem with multiple minima