I need help with optimization problem
Afficher commentaires plus anciens
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 commentaires
Star Strider
le 27 Sep 2014
Please post your fitness function and your data, and a breif description of what you are doing. What are you optimising?
Réponses (1)
Matt J
le 27 Sep 2014
0 votes
It sounds like fmincon or ga could be used with the nonlcon argument to constrain the frequency.
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!