필터 지우기
필터 지우기

optimize three parameters using genetic algorithm

조회 수: 2 (최근 30일)
Arunachalam  D
Arunachalam D 2015년 4월 1일
답변: Alan Weiss 2015년 4월 1일
i have r=x(1)-x(2); y=x(3)-x(2); x=r/y; % how to get an optimized result using genetic algorithm % i have only bounds for x(1),x(2),x(3) given below nvars=3; LB=[250 50 90] UB=[290 70 130] plese help me to code this. i am getting so many errors. thank you

답변 (1개)

Alan Weiss
Alan Weiss 2015년 4월 1일
I suggest that you look at an introductory example of how to code a fitness function, and the documentation on setting bounds. You could also consult an example using constraints and GA.
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

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