How to increase initial step size in optimization toolbox?

조회 수: 9 (최근 30일)
Mohammad Farshchin
Mohammad Farshchin 2015년 8월 29일
댓글: Mohammad Farshchin 2015년 8월 31일
I am trying to use optimization toolbox for minimization. The problem is that, the initial change in the design variables is too small and my objective function is not too sensitive to these small changes, so after a few steps the optimization process terminates because of no change in the value of objective function. Is there any way to increase the initial step size? Here is an example of one of my design variables in the first and second steps: First step: x=1.0, second step: x=1.000000014901161 as you see the change is about 0.000000014901161 which is too small for my problem. I would like to increase this change in the begining.
Thank you.

채택된 답변

Alan Weiss
Alan Weiss 2015년 8월 31일
As the documentation describes, it can be challenging to optimize a simulation (which is what I assume you are doing). As described, the answer in many cases is to set larger finite differences.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 1
Mohammad Farshchin
Mohammad Farshchin 2015년 8월 31일
Alan, Thank you very much for responding to my question. This is exactly what I was looking for.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by