public abstract class LineEvolutionVerifierMetrics
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double[] |
currentVariate()
Retrieve the Current Variate Array
|
double[] |
currentVariateFunctionJacobian()
Retrieve the Function Jacobian at the Current Variate
|
double |
stepLength()
Retrieve the Step Length
|
UnitVector |
targetDirection()
Retrieve the Target Direction Unit Vector
|
java.lang.String |
toString() |
abstract boolean |
verify()
Indicate if the Evolution Criterion has been met
|
public double[] currentVariate()
public UnitVector targetDirection()
public double stepLength()
public double[] currentVariateFunctionJacobian()
public java.lang.String toString()
toString
in class java.lang.Object
public abstract boolean verify()