| Package | Description |
|---|---|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleFunctionExplorer.addLocalExtremumIndicated(EventHandler<DoubleExtremumIndicatedEventArgs> value)
Adds a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|
void |
DoubleFunctionExplorer.removeLocalExtremumIndicated(EventHandler<DoubleExtremumIndicatedEventArgs> value)
Removes a handler for an event that is raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
|