Click or drag to resize

DoubleFunctionExplorerLocalExtremumIndicated Event

Raised when three points are found that indicate the existence of a local extremum (minimum or maximum). When this event is raised, the exact extremum has not yet been identified.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public event EventHandler<DoubleExtremumIndicatedEventArgs> LocalExtremumIndicated

Value

Type: SystemEventHandlerDoubleExtremumIndicatedEventArgs
See Also