How to add the non-linear constraints to gamultiobj when using ga toolbox?
1 次查看(过去 30 天)
显示 更早的评论
How to add the non-linear constraints to gamultiobj when using ga toolbox? I want to use it in multi-objective GA, but I don't know how to add the non-linear constraints.
0 个评论
采纳的回答
Walter Roberson
2015-9-6
The first 9 arguments for gamultiobj() are the same as the first 9 arguments for ga(). (The 10th argument for ga() is different.) This includes the nonlinear constraint function.
If you are using some kind of visual tool to generate code, then if you need to you could configure it with ga and nonlinear constraints, and then you could edit the code to change ga() to gamultiobj()
2 个评论
Walter Roberson
2017-7-11
No, the ability to use the nonlinear constraint function with gamultiobj was introduced in R2014b.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multiobjective Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!