InputType
- Input to the EvaluatorOutputType
- Output of the EvaluatorDerivativeType
- Derivative of the Evaluator@CodeReview(reviewer="Kevin R. Dixon", date="2008-02-08", changesNeeded=false, comments="Looks fine.") public interface DifferentiableEvaluator<InputType,OutputType,DerivativeType> extends Evaluator<InputType,OutputType>
Modifier and Type | Method and Description |
---|---|
DerivativeType |
differentiate(InputType input)
Differentiates the output with respect to the input
|
DerivativeType differentiate(InputType input)
input
- Input about which to compute the derivative