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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CostFunctionGoalSee Also