clarifications regarding bounds optimization using genetic algorithm
Mostrar comentarios más antiguos
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=[]
Respuestas (1)
Alan Weiss
el 2 de Abr. de 2015
0 votos
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Problem-Based Optimization Setup en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!