public class NegativeGradientStepFunction extends Object implements StepFunction
Constructor and Description |
---|
NegativeGradientStepFunction() |
Modifier and Type | Method and Description |
---|---|
void |
step() |
void |
step(INDArray x,
INDArray line)
Step with no parameters
|
void |
step(INDArray x,
INDArray line,
double step)
Step with the given parameters
|
public void step(INDArray x, INDArray line, double step)
StepFunction
step
in interface StepFunction
x
- the current parametersline
- the line to steppublic void step(INDArray x, INDArray line)
StepFunction
step
in interface StepFunction
public void step()
step
in interface StepFunction
Copyright © 2018. All rights reserved.