TargetedSegmentListParameterOptimizerNormalFunctionEvaluationEvent Event |
An event that gets raised when the nominal orbit is evaluated with no perturbations.
This event will be raised in whatever thread the orbit was run in.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public event EventHandler<OptimizerFunctionEvaluatedEventArgs> NormalFunctionEvaluationEvent
Public Event NormalFunctionEvaluationEvent As EventHandler(Of OptimizerFunctionEvaluatedEventArgs)
public:
event EventHandler<OptimizerFunctionEvaluatedEventArgs^>^ NormalFunctionEvaluationEvent {
void add (EventHandler<OptimizerFunctionEvaluatedEventArgs^>^ value);
void remove (EventHandler<OptimizerFunctionEvaluatedEventArgs^>^ value);
}
member NormalFunctionEvaluationEvent : IEvent<EventHandler<OptimizerFunctionEvaluatedEventArgs>,
OptimizerFunctionEvaluatedEventArgs>
Value
Type:
SystemEventHandlerOptimizerFunctionEvaluatedEventArgsSee Also