Click or drag to resize

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)
Syntax
public CostFunctionGoal Goal { get; set; }

Property Value

Type: CostFunctionGoal
See Also