CostFunctionSettings.Goal 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.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
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