I need help with optimization problem
显示 更早的评论
I have an optimization problem with 6 variables. The fitness function I use have two outputs: the frequency and the power. What i want to do is to fix the frequency to a range and maximize the power output. However, i could not fix the frequency. Could you please help me?
2 个评论
Star Strider
2014-9-27
Please post your fitness function and your data, and a breif description of what you are doing. What are you optimising?
回答(1 个)
Matt J
2014-9-27
0 个投票
It sounds like fmincon or ga could be used with the nonlcon argument to constrain the frequency.
类别
在 帮助中心 和 File Exchange 中查找有关 Choose a Solver 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!