Click or drag to resize

TargetedSegmentListOptimizerFunctionResults Constructor (SegmentListResults,Double[], Nullable<Double>,Double[],Double[], SegmentListConfiguration)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TargetedSegmentListOptimizerFunctionResults(
	SegmentListResults segmentResults,
	double[] variables,
	double? costFunctionValue,
	double[] equalityValues,
	double[] inequalityValues,
	SegmentListConfiguration configuration
)

Parameters

segmentResults
Type: AGI.Foundation.SegmentPropagation.SegmentListResults
The results from the run of the parent TargetedSegmentList
variables
Type:System.Double[]
The variable values used when computing this set of results.
costFunctionValue
Type: System.Nullable<Double>
The computed value of the cost function (or null if the cost function is inactive).
equalityValues
Type:System.Double[]
The computed values of the equality constraints.
inequalityValues
Type:System.Double[]
The computed values of the inequality constraints.
configuration
Type: AGI.Foundation.SegmentPropagation.SegmentListConfiguration
The configuration used when propagating the propagator that created segmentResults during the evaluation of the TargetedSegmentListFunction.
See Also