DoubleFunctionExplorerLocalExtremumFound Event |
Raised when a precise local minimum or maximum has been found. This event will
only be raised if the local extremum is found precisely. Local extrema are found
precisely if:
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public event EventHandler<DoubleExtremumFoundEventArgs> LocalExtremumFound
Public Event LocalExtremumFound As EventHandler(Of DoubleExtremumFoundEventArgs)
public:
event EventHandler<DoubleExtremumFoundEventArgs^>^ LocalExtremumFound {
void add (EventHandler<DoubleExtremumFoundEventArgs^>^ value);
void remove (EventHandler<DoubleExtremumFoundEventArgs^>^ value);
}
member LocalExtremumFound : IEvent<EventHandler<DoubleExtremumFoundEventArgs>,
DoubleExtremumFoundEventArgs>
Value
Type:
SystemEventHandlerDoubleExtremumFoundEventArgsSee Also