Uses of Class
pulse.search.linear.GoldenSectionOptimiser
-
Packages that use GoldenSectionOptimiser Package Description pulse.search.linear Provides classes that are able to search for the minimum of a scalar function of a vector variable that is unimodal on a specificSegment
. -
-
Uses of GoldenSectionOptimiser in pulse.search.linear
Methods in pulse.search.linear that return GoldenSectionOptimiser Modifier and Type Method Description static GoldenSectionOptimiser
GoldenSectionOptimiser. getInstance()
This class uses a singleton pattern, meaning there is only instance of this class.
-