필터 지우기
필터 지우기

Problem with Genetic Algorithm

조회 수: 3 (최근 30일)
MHz
MHz 2013년 3월 29일
I use Genetic Algorithm for optimization of 6 parameters and they limited between 0-100 with Lower and Upper bounds in constrains but in running time it's also setting a negetive number(out of that range)!Why it's occure?

채택된 답변

Alan Weiss
Alan Weiss 2013년 3월 29일
It is possible that you aren't setting bounds on all components. See the documentation of bounds.
For example, your lower bounds should be zeros(6,1), and your upper bounds should be 100*ones(6,1).
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by