Problem with Genetic Algorithm
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 29 Mär. 2013
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Genetic Algorithm finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!