Click or drag to resize

DurationFunctionExplorerFunctionSampled Event

Raised each time a function is sampled. Note that this NOT raised when the function is sampled for the purpose of precisely finding a threshold crossing or extremum.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<DurationFunctionSampledEventArgs> FunctionSampled

Value

Type: SystemEventHandlerDurationFunctionSampledEventArgs
See Also