Genetic Algorithm does not use the specified Initial Population Matrix
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am solving an optimisation problem using genetic algorithm and I generated the initial population matrix as shown in the first screenshot below. In normal situations, the objective function should start from using the decision variable values in the first row of the initial population matrix. However, when I debug my codes, I found that the objective function was not using the first row decision variable values. Instead, it started from the bounds of the decision variables (the second screenshot). What's happening here?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1454822/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1454827/image.jpeg)
0 commentaires
Réponses (1)
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!