can genetic algorithm optimizer be used with nonlinear constraint as a simulation function?
1 次查看(过去 30 天)
显示 更早的评论
Min objfunction(x) subject to: C(x)<=0 where C(x) is a matlab simulation file
0 个评论
采纳的回答
Walter Roberson
2017-3-6
6 个评论
Walter Roberson
2017-3-8
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!