Package cc.mallet.optimize
Interface LineOptimizer
-
- All Known Implementing Classes:
GradientBracketLineOptimizer
public interface LineOptimizer
Optimize, constrained to move parameters along the direction of a specified line. The Optimizable object would be either Optimizable.ByValue or Optimizable.ByGradient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LineOptimizer.ByGradient
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
optimize(double[] line, double initialStep)
Returns the last step size used.
-