| Package | Description |
|---|---|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<DurationFunctionFinding> |
DurationFunctionExplorer.stepInteractively(Duration next)
Steps exploration to a specified duration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DurationFunctionExtremumFound
A finding by
DurationFunctionExplorer that a function has a local
extremum at a specific duration. |
class |
DurationFunctionExtremumIndicated
A finding by
DurationFunctionExplorer that a function has a local extremum
indicated by three samples. |
class |
DurationFunctionThresholdCrossingFound
A finding by
DurationFunctionExplorer that a function crossed
a threshold at a specific duration. |
class |
DurationFunctionThresholdCrossingIndicated
A finding by
DurationFunctionExplorer that a threshold crossing is
indicated somewhere between two durations, because the function values are on opposite sides of the
threshold at the two durations. |