fminunc の step size について
Show older comments
fminuncでstep sizeを固定させる方法はありますか?
Answers (1)
michio
on 23 Jan 2018
1 vote
目的関数の勾配を有限差分で推定する際の差分幅は制御できますが、ステップサイズ自体はアルゴリズムが決定するため直接固定する方法はありません。何か固定されたい理由や困りごと(収束しない等)などありますか?
2 Comments
Tsuyoshi Yasuda
on 23 Jan 2018
michio
on 23 Jan 2018
目的関数の詳細は理解しきれておりませんが、結果に初期値依存性はみられますか?例えば
tca0 = 1;
で計算した場合に、求められたい理想値に収束しますでしょうか。
Categories
Find more on Multiobjective Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!