필터 지우기
필터 지우기

penalty value of matlab ga optimization

조회 수: 6 (최근 30일)
binbin cao
binbin cao 2023년 8월 23일
편집: Stephen23 2023년 8월 25일
Using the MATLAB Global Optimization Toolbox for calculation, the trend of the penalty value's variation is consistently as follows:
The final output in the command-line window is:
Optimization terminated: average change in the penalty fitness value less than options.FunctionTolerance
and constraint violation is less than options.ConstraintTolerance.
IdleTimeout has been reached.
Is this result the global optimum? thank you very much!
  댓글 수: 1
Stephen23
Stephen23 2023년 8월 23일
"Is this result the global optimum?"
There is no optimization routine in existence that can reliably obtain "the global optimum" of any arbitrary function.

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

답변 (1개)

Matt J
Matt J 2023년 8월 23일
It is the solution that ga thinks is the global optimum.
  댓글 수: 2
binbin cao
binbin cao 2023년 8월 25일
I just want to ask, why is it that no matter how I adjust the parameters, the mean value and the best value will never coincide in the end? Later on, their curves will become parallel to each other.
Stephen23
Stephen23 2023년 8월 25일
편집: Stephen23 2023년 8월 25일
"the mean value and the best value will never coincide in the end?"
The sample populaton is randomly selected and randomly modified, see an explanation of GA here:
In general there is no reason to expect the mean and best values to coincide, no matter how long GA runs for.
By the way, you can easily find that page in the ALGORITHMS section of the GA documentation:

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

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by