Click or drag to resize

TargetedSegmentListDifferentialCorrectorResults Constructor (MultivariableFunctionSolverResultsMultivariableFunctionSolverIterationResults, TargetedSegmentListOperator, TargetedSegmentListConfiguration)

Initialize a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TargetedSegmentListDifferentialCorrectorResults(
	MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults> results,
	TargetedSegmentListOperator identifier,
	TargetedSegmentListConfiguration configuration
)

Parameters

results
Type: AGI.Foundation.NumericalMethodsMultivariableFunctionSolverResultsMultivariableFunctionSolverIterationResults
The results of the actual function solver.
identifier
Type: AGI.Foundation.SegmentPropagationTargetedSegmentListOperator
The definition of the operator that created these results.
configuration
Type: AGI.Foundation.SegmentPropagationTargetedSegmentListConfiguration
The configuration of the TargetedSegmentList at the end of the differential correction.
See Also