Uses of Interface
com.imsl.math.NelderMead.Function
Packages that use NelderMead.Function
-
Uses of NelderMead.Function in com.imsl.math
Constructors in com.imsl.math with parameters of type NelderMead.FunctionModifierConstructorDescriptionNelderMead(NelderMead.Function function, double[] lowerBound, double[] upperBound) Constructor for constrainedNelderMead.NelderMead(NelderMead.Function function, int n) Constructor for unconstrainedNelderMead.