| SegmentPropagatorCostFunctionGoal Property  | 
 
            Gets or sets a value indicating whether the cost function is supposed to be minimized or maximized.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic CostFunctionGoal Goal { get; set; }Public Property Goal As CostFunctionGoal
	Get
	Set
public:
property CostFunctionGoal Goal {
	CostFunctionGoal get ();
	void set (CostFunctionGoal value);
}member Goal : CostFunctionGoal with get, set
Property Value
Type: 
CostFunctionGoal See Also
See Also