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<DoubleFunctionFinding> |
DoubleFunctionExplorer.stepInteractively(double next)
Steps exploration to a specified Variable.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleFunctionExtremumFound
A finding by
DoubleFunctionExplorer that a function has a local
extremum at a specific Variable. |
class |
DoubleFunctionExtremumIndicated
A finding by
DoubleFunctionExplorer that a function has a local extremum
indicated by three samples. |
class |
DoubleFunctionThresholdCrossingFound
A finding by
DoubleFunctionExplorer that a function crossed
a threshold at a specific Variable. |
class |
DoubleFunctionThresholdCrossingIndicated
A finding by
DoubleFunctionExplorer that a threshold crossing is
indicated somewhere between two Variables, because the function values are on opposite sides of the
threshold at the two Variables. |