Click or drag to resize

DurationFunctionExplorer.Explore Method (Duration, Duration, ITrackCalculationProgress)

Explores the function, raising events for each finding.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void Explore(
	Duration start,
	Duration stop,
	ITrackCalculationProgress tracker
)

Parameters

start
Type: AGI.Foundation.Time.Duration
The duration at which to start exploring the function.
stop
Type: AGI.Foundation.Time.Duration
The duration at which to stop exploring the function.
tracker
Type: AGI.Foundation.ITrackCalculationProgress
The object to which progress is reported and that is able to cancel this operation before it is complete, or null.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Functions is empty or SampleSuggestionCallback is null.
InvalidOperationException Thrown when SampleSuggestionCallback suggests a zero-length step.
See Also