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