ReciprocalOfToleranceScalingOnCostFunctionScale 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: 24.2.419.0 (24.2.419.0)
Syntax public 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