Effacer les filtres
Effacer les filtres

Saving intermediate population during GA

8 vues (au cours des 30 derniers jours)
andrea84
andrea84 le 17 Avr 2013
I need some help to find out a way to store the information related to every generation of the GA
(both the variable and the fitness values)
It could be both on an external file ( e.g. in a .txt file) or in a struct array.
Which one do you suggest? And how can I do it?
Thanks in advance

Réponse acceptée

Alan Weiss
Alan Weiss le 18 Avr 2013
You can save whatever you like using an output function. For examples of output functions (using a different syntax, be careful, GA uses its own), see a MATLAB example, and an Optimization Toolbox example.
Alan Weiss
MATLAB mathematical toolbox documentation
  2 commentaires
andrea84
andrea84 le 18 Avr 2013
Modifié(e) : andrea84 le 18 Avr 2013
Reviewing the example gave me a clearer understanding of the problem.
Thank you!
yusra asad
yusra asad le 8 Déc 2018
It seems that the example gives only the values of the variables, I need the corresponding fval for each indiviual, did you get it?

Connectez-vous pour commenter.

Plus de réponses (1)

Daniel Frisch
Daniel Frisch le 7 Oct 2020
You can use my function
outputFcn_global
to store all intermediate results in a global variable, and easily inspect them later on.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by