| LevenbergMarquardt クラス |
名前空間: Popolo.Numerics
public class LevenbergMarquardt
LevenbergMarquardt 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| LevenbergMarquardt | コンストラクタ |
| 名前 | 説明 | |
|---|---|---|
| Epsilon | 数値微分用微小値を設定・取得する | |
| GradientTolerance | ヤコビアン勾配に関する許容誤差を設定・取得する | |
| InputErrorTolerance | 入力変化に関する許容誤差を設定・取得する | |
| Inputs | 入力ベクトルを取得する | |
| MaxIteration | 最大反復回数を設定・取得する | |
| MaxNumberOfFunctionEvaluate | 誤差関数評価回数上限を設定・取得する | |
| NumberOfFunctionEvaluates | 誤差関数評価回数を取得する | |
| NumberOfFunctions | 関数の数を取得する | |
| NumberOfVariables | 状態の数を取得する | |
| OutputErrorTolerance | 出力変化に関する許容誤差を設定・取得する | |
| Outputs | 出力ベクトルを取得する | |
| Status | 計算状況を取得する | |
| SuccessfullyConverged | 収束計算成功の真偽を取得する |
| 名前 | 説明 | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Objectから継承) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) | |
| GetHashCode | Serves as the default hash function. (Objectから継承) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| Minimize | 評価関数最小二乗和を最小化する入力ベクトルを求める | |
| ToString | Returns a string that represents the current object. (Objectから継承) |