필터 지우기
필터 지우기

Global optimization toolbox - GA

조회 수: 3 (최근 30일)
Sata
Sata 2012년 12월 3일
When I run the GA solver, I got the following warning: What does it mean? What action should I take or I just ignore it?
Warning: Length of upper bounds is > length(x); ignoring extra bounds.

답변 (1개)

Matt J
Matt J 2012년 12월 3일
You've specified more upper bounds than there are variables.
  댓글 수: 5
Walter Roberson
Walter Roberson 2012년 12월 4일
There will be no effect if you ignore the warning. However, warnings often indicate that you might not be passing in the values that you think you are passing in.
Yes, for ga() you can use [] if the constraint does not exist.
Matt J
Matt J 2012년 12월 4일
편집: Matt J 2012년 12월 4일
If we don't get rid of the warning messages, will it affect the results?
It sounds like it could affect the results and it doesn't make sense to accept the warnings whose apparent cause is so simple to solve.
If the unknown vector x is of length N, then ub and lb should be length N vectors as well. The warning is telling you that this is not the case. This could very well mean, as Walter intimated, that you are not applying bounds where you think you are.

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

카테고리

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