Class DefaultStepFunction

    • Constructor Detail

      • DefaultStepFunction

        public DefaultStepFunction()
    • Method Detail

      • step

        public void step​(INDArray parameters,
                         INDArray searchDirection,
                         double step)
        Does x = x + stepSize * line
        Specified by:
        step in interface StepFunction
        Parameters:
        step - step size.
        parameters - the current parameters
        searchDirection - the line to step