| CostFunctionScalingScale Method  | 
 
            Gets the scaling value as it would be applied to the cost function.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract double Scale(
	CostFunctionSettings settings
)
Public MustOverride Function Scale ( 
	settings As CostFunctionSettings
) As Double
public:
virtual double Scale(
	CostFunctionSettings^ settings
) abstract
abstract Scale : 
        settings : CostFunctionSettings -> float 
Parameters
- settings
- Type: AGI.Foundation.NumericalMethodsCostFunctionSettings
 The CostFunctionSettings to which this scaling will apply.
Return Value
Type: 
DoubleThe scale value.
 See Also
See Also