How to optimize a complex function using ga?
Afficher commentaires plus anciens
My function is dependent on many discretized functions which are constrained wrt each other. Can it be solved using ga function syntax as provided in documentation? If not ga, then how?
2 commentaires
Star Strider
le 18 Juin 2019
If your function produces a scalar ‘fitness’ value for your function with respect to all the parameters you want to optimise, then ga can use it.
Nayan Rawat
le 18 Juin 2019
Réponses (0)
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!