Click or drag to resize

DelegateBasedInequalityConstraintCallback Delegate

The delegate type used by the DelegateBasedInequalityConstraint. This must extract the value from the results to compare to the BoundValue of the constraint in a TargetedSegmentListParameterOptimizer.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate double DelegateBasedInequalityConstraintCallback(
	SegmentResults results
)

Parameters

results
Type: AGI.Foundation.SegmentPropagationSegmentResults
The results of the segment specified in the DelegateBasedInequalityConstraint.

Return Value

Type: Double
The value to compare against the constraintsBoundValue.
See Also