Saving intermediate population during GA
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
andrea84
am 17 Apr. 2013
Beantwortet: Daniel Frisch
am 7 Okt. 2020
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
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 18 Apr. 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 Kommentare
yusra asad
am 8 Dez. 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?
Weitere Antworten (1)
Daniel Frisch
am 7 Okt. 2020
You can use my function
outputFcn_global
to store all intermediate results in a global variable, and easily inspect them later on.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Genetic Algorithm finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!