Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public abstract double Scale(
	CostFunctionSettings settings
)

Parameters

settings
Type: AGI.Foundation.NumericalMethodsCostFunctionSettings
The CostFunctionSettings to which this scaling will apply.

Return Value

Type: Double
The scale value.
See Also