Click or drag to resize

DoubleFunctionExplorer.LocalExtremumIndicated 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: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<DoubleExtremumIndicatedEventArgs> LocalExtremumIndicated

Value

Type: System.EventHandler<DoubleExtremumIndicatedEventArgs>
See Also