Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum CostFunctionGoal
Members
  Member nameDescription
Minimize The cost function should be minimized.
Maximize The cost function should be maximized.
See Also