clarifications regarding bounds optimization using genetic algorithm
이전 댓글 표시
i have three bounds only no other inequality constraints this is my constraint function... to optimize it it with ga is this is correct? function [c,ceq]=const(x) c=[6<=x(1)<=100;2<=x(2)<=4;2<=x(2)<=4] ceq=[]
답변 (1개)
Alan Weiss
2015년 4월 2일
0 개 추천
Alan Weiss
MATLAB mathematical toolbox documentation
카테고리
도움말 센터 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!