Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public virtual TIndependent GetNextSampleSuggestion(
	TIndependent x
)

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