Definition of constraints not directly dependent in ga optimization
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi guys, I'm trying the get my constraints defined using ga function.
My prblem is something like:
objective function: obj_func(K), where K in a vector
constraints: 0 <= maxMagEigVal(A) <= 1 and obj_func(K) <= ks and obj_func(K) being positive. A is a squared matrix
Can anyone give me a guidance of how can I define that or if htat is possible to do? I need to find a vector K that satisfies those constraints. If it needs fmore details I can provide the code of those functions.
Thaks in advance!
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Genetic Algorithm dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!