clarifications regarding bounds optimization using genetic algorithm
Afficher commentaires plus anciens
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=[]
Réponses (1)
Alan Weiss
le 2 Avr 2015
0 votes
Alan Weiss
MATLAB mathematical toolbox documentation
Catégories
En savoir plus sur Problem-Based Optimization Setup dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!