SpecifiedValueScalingOnCostFunctionScale 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)
Syntaxpublic override double Scale(
	CostFunctionSettings settings
)
Public Overrides Function Scale ( 
	settings As CostFunctionSettings
) As Double
public:
virtual double Scale(
	CostFunctionSettings^ settings
) override
abstract Scale : 
        settings : CostFunctionSettings -> float 
override 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