FunctionTIndependent, TDependent, TDependentDerivativeGetNextSampleSuggestion Method |
Gets a suggestion for the next independent variable value at which to sample this function.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual TIndependent GetNextSampleSuggestion(
TIndependent x
)
Public Overridable Function GetNextSampleSuggestion (
x As TIndependent
) As TIndependent
public:
virtual TIndependent GetNextSampleSuggestion(
TIndependent x
)
abstract GetNextSampleSuggestion :
x : 'TIndependent -> 'TIndependent
override GetNextSampleSuggestion :
x : 'TIndependent -> 'TIndependent
Parameters
- x
- Type: TIndependent
The previous independent variable sample value.
Return Value
Type:
TIndependent
A suggestion for the next independent variable sample value, or
x if this function has no suggestion.
See Also