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