Click or drag to resize

CostFunctionSettings Constructor (CostFunctionGoal, Double, CostFunctionScaling, String)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CostFunctionSettings(
	CostFunctionGoal goal,
	double tolerance,
	CostFunctionScaling scaling,
	string name
)

Parameters

goal
Type: AGI.Foundation.NumericalMethodsCostFunctionGoal
Whether the cost function is supposed to be minimized or maximized.
tolerance
Type: SystemDouble
The cost function is considered to be converged if its value changes by less than this value from one iteration to the next.
scaling
Type: AGI.Foundation.NumericalMethodsCostFunctionScaling
Sets the type of scaling to be used on this cost function.
name
Type: SystemString
An optional name for the cost function settings.
See Also