can genetic algorithm optimizer be used with nonlinear constraint as a simulation function?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mustafa Al-tekreeti
am 6 Mär. 2017
Kommentiert: Mustafa Al-tekreeti
am 9 Mär. 2017
Min objfunction(x) subject to: C(x)<=0 where C(x) is a matlab simulation file
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 6 Mär. 2017
6 Kommentare
Walter Roberson
am 8 Mär. 2017
If you need integer constraints along with nonlinear constraints, then you need to use a work-around. Do not tell it there are integer constraints: instead provide your own custom population function, mutation function, and cross-over function, all of which "just happen" never to emit a population member that would violate your integer constraints.
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!