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.
|
differentiate
Evaluator<InputType,DerivativeType> getDerivative()