Whether, by default, the cost is evaluated at each step.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static bool DefaultCostAtEachStep { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultCostAtEachStep As Boolean
Visual C++
public:
static property bool DefaultCostAtEachStep {
	bool get ();
	void set (bool value);
}

See Also