| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum CostFunctionGoal
Public Enumeration CostFunctionGoal
public enum class CostFunctionGoal
 Members
Members|  | Member name | Description | 
|---|
|  | Minimize | The cost function should be minimized. | 
|  | Maximize | The cost function should be maximized. | 
 See Also
See Also