Interface StepFunction

    • Method Detail

      • step

        void step​(INDArray x,
                  INDArray line,
                  double step)
        Step with the given parameters
        Parameters:
        x - the current parameters
        line - the line to step
        step -
      • step

        void step()