Mol(Math Object Library) fot .Net
非線形最小二乗値計算メソッド MinimizeNorm() の信頼領域法で収束判定に使用されます。
各繰り返し計算で都度得られる信頼領域をΔとすると、 Δ < MinimumTrustRegion となった時に信頼領域法計算は終了します。
初期値は 1.0e-5 です。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public double MinimumTrustRegion { get; set; }
Visual Basic
Public Property MinimumTrustRegion As Double
	Get
	Set
Visual C++
public:
property double MinimumTrustRegion {
	double get ();
	void set (double value);
}
member MinimumTrustRegion : float with get, set

Property Value

タイプ: Double

参照