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.
    • Method Detail

      • optimize

        double optimize​(double[] line,
                        double initialStep)
        Returns the last step size used.