Package wsh.opt
Interface ScalarSolver.Function
-
- Enclosing class:
- ScalarSolver
public static interface ScalarSolver.Function
Implement a function of one variable to be minimized
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
function(double scalar)
Return a single value as a function of the argument
-