Package Utils.Optimize
Provides classes optimizing functions.
-
Interface Summary Interface Description MultipleIntegerValue Represents a function that can be optimized.SingleDoubleValue Represents a function that can be optimized. -
Class Summary Class Description Descent Optimizes the input to a function of type MultipleIntegerValue using the descent methodGoldenSection Optimizes the input to a function of type SingleDoubleValue using the Golden Section methodMultipleTest Optimizes the input to a function of type SingleDoubleValue by testing multiple possible input values