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