PonyGE / PonyGE2

PonyGE2: grammatical evolution and variants in Python
GNU General Public License v3.0
153 stars 91 forks source link

Post-run evaluation #13

Open jmmcd opened 8 years ago

jmmcd commented 8 years ago

We already have the ability to do train/test fitness in our stats. It would be good to expand this, to report other measures of success, whether inside stats, or as a post-run thing.

For example in classification we might use hinge loss during evolution but f-score for post-run evaluation.

mikefenton commented 8 years ago

We save the final best solution as a best.txt file. I suppose people can load the phenotype in and perform whatever post-run evaluations they want from this (similar to how we are not planning on providing an experiment manager)...