TargetedSegmentListParameterOptimizerCostFunction Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SegmentPropagatorCostFunction CostFunction { get; set; }
Public Property CostFunction As SegmentPropagatorCostFunction
Get
Set
public:
property SegmentPropagatorCostFunction^ CostFunction {
SegmentPropagatorCostFunction^ get ();
void set (SegmentPropagatorCostFunction^ value);
}
member CostFunction : SegmentPropagatorCostFunction with get, set
Property Value
Type:
SegmentPropagatorCostFunction
See Also