Can SPEA2 be used instead of inbuilt NSGA2 inmatlab
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Saifullah Khalid
le 28 Juil 2017
Réponse apportée : Walter Roberson
le 28 Juil 2017
I need to use SPEA2 for my research. I have standalone implementation of spea2 from Yarpiz but unfortunately it doesn't have support for linear constraints like matlab GA, so I wanted to ask if we can some how use spea2 instead of using inbuilt NSGA2. This way I feel we can use inbuilt genetic operations like mutationadaptfeasible. Otherwise, if some can share code of spea2 which can handle linear constraints. I would appreciate any help.
0 commentaires
Réponse acceptée
Walter Roberson
le 28 Juil 2017
No, you cannot do that.
Also I would understand http://ieeexplore.ieee.org/document/7804288/ to mean that SPEA2 cannot handle constraint violation in its original form, which would be a problem for ga() and gamultiobj()
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Solver Outputs and Iterative Display 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!