Package optimization
Interface Fmin_methods
-
- All Known Implementing Classes:
FminTest
public interface Fmin_methodsInterface method to define a function to minimize.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublef_to_minimize(double x)Defines a function f : double -> double to minimize.
-