Error miscalculation in GA model.
Afficher commentaires plus anciens
I have a genetic algorithm model. It records the optimized variables in every iteration and stores in an array. The array also contains the calculated error for every iteration. Most of the errors match their corresponding variable values, but there are always a few that do not. Why is that? How can I fix it? I have set rng to default for reproducibility. Thank you.
1 commentaire
Walter Roberson
le 21 Oct 2022
The values might not match if there is a constraint violation.
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!