Set parameters increase in the optimization tool
5 ビュー (過去 30 日間)
古いコメントを表示
I'm using the optimization tool to set a model's parameters.
I'd like to change the parameters with only an increase in the first or second decimal place. I do not need more precision in the estimation of these parameters. How can i do that in the optimization tool window called with the command optimtool?
Example: i have a starting point parameters vector x=[1 2 3], with lower and upper bounds, lb=[0 0 0] up=[4 4 4]. i'd like that x takes values as x=[2.1 3.2 3.8] or [2.11 3.22 3.87] and not like x=[2.123 3.224 3.879]
thanks!
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!