Click or drag to resize

TargetedSegmentListParameterOptimizer.NormalFunctionEvaluationEvent 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: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<OptimizerFunctionEvaluatedEventArgs> NormalFunctionEvaluationEvent

Value

Type: System.EventHandler<OptimizerFunctionEvaluatedEventArgs>
See Also