Click or drag to resize

TargetedSegmentListParameterOptimizerResults Constructor (MultivariableFunctionSolverResultsParameterOptimizerIterationResults, 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 TargetedSegmentListParameterOptimizerResults(
	MultivariableFunctionSolverResults<ParameterOptimizerIterationResults> results,
	TargetedSegmentListOperator identifier,
	TargetedSegmentListConfiguration configuration
)

Parameters

results
Type: AGI.Foundation.NumericalMethodsMultivariableFunctionSolverResultsParameterOptimizerIterationResults
The results of the actual optimizer.
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 optimization.
See Also