Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetedSegmentListParameterOptimizer.addNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
OptimizerMultivariableFunction.addNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListParameterOptimizer.addPerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
OptimizerMultivariableFunction.addPerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|
void |
TargetedSegmentListParameterOptimizer.removeNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal orbit is evaluated with no perturbations.
|
void |
OptimizerMultivariableFunction.removeNormalFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when the nominal function is evaluated.
|
void |
TargetedSegmentListParameterOptimizer.removePerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed orbit is computed.
|
void |
OptimizerMultivariableFunction.removePerturbedFunctionEvaluationEvent(EventHandler<OptimizerFunctionEvaluatedEventArgs> value)
An event that gets raised when a perturbed function is computed as part of the derivation of the derivative of the function.
|