InputType - Input to the EvaluatorOutputType - Output of the EvaluatorDerivativeType - Derivative of the Evaluatorpublic interface ClosedFormDifferentiableEvaluator<InputType,OutputType,DerivativeType> extends DifferentiableEvaluator<InputType,OutputType,DerivativeType>
| Modifier and Type | Method and Description |
|---|---|
Evaluator<InputType,DerivativeType> |
getDerivative()
Gets the closed-form derivative of the function.
|
differentiateEvaluator<InputType,DerivativeType> getDerivative()