trevorstephens / gplearn

Genetic Programming in Python, with a scikit-learn inspired API
http://gplearn.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 274 forks source link

Modified the run_details_ dictionary to include minimum and maximum v… #252

Closed yanavdsande closed 2 years ago

yanavdsande commented 2 years ago

What does this implement/fix? Explain your changes.

Added dictionary entries for min and max values of length and fitness. These can be useful in plotting and understanding the flow of the procedure better

trevorstephens commented 2 years ago

Hey there, any details on why this change is being proposed? This dictionary was added to allow for people to "export" the verbose output originally IIRC.