CostFunctionGoal Enumeration |
Specifies whether the cost function should be minimized or maximized.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CostFunctionGoal
Public Enumeration CostFunctionGoal
public enum class CostFunctionGoal
Members
| Member name | Description |
---|
| Minimize |
The cost function should be minimized.
|
| Maximize |
The cost function should be maximized.
|
See Also