CostFunctionSettingsScaling Property |
Gets or sets the type of scaling applied to the cost function.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CostFunctionScaling Scaling { get; set; }
Public Property Scaling As CostFunctionScaling
Get
Set
public:
property CostFunctionScaling^ Scaling {
CostFunctionScaling^ get ();
void set (CostFunctionScaling^ value);
}
member Scaling : CostFunctionScaling with get, set
Property Value
Type:
CostFunctionScalingSee Also