Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
DoubleSampleSuggestionCallback |
DoubleFunctionExplorer.getSampleSuggestionCallback()
Gets the callback to use to determine the times at which to sample the
Functions (get )
when the DoubleFunctionExplorer.explore(double,double) method is called. |
static DoubleSampleSuggestionCallback |
DoubleSampleSuggestionCallback.of(DoubleSampleSuggestionCallback.Function f)
Create a delegate for the given interface.
|
static DoubleSampleSuggestionCallback |
DoubleSampleSuggestionCallback.of(DoubleSampleSuggestionCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static DoubleSampleSuggestionCallback |
DoubleSampleSuggestionCallback.of(DoubleSampleSuggestionCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleFunctionExplorer.setSampleSuggestionCallback(DoubleSampleSuggestionCallback value)
Sets the callback to use to determine the times at which to sample the
Functions (get )
when the DoubleFunctionExplorer.explore(double,double) method is called. |