CostFunctionSettingsGoal 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: 23.2.417.0 (23.2.417.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