Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
OptimizerMultivariableFunction.addDerivativeEvaluationEvent(EventHandler<OptimizerFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|
void |
OptimizerMultivariableFunction.removeDerivativeEvaluationEvent(EventHandler<OptimizerFunctionDerivativeEvaluatedEventArgs> value)
An event that gets raised when the derivative of the function is evaluated.
|