DeepHyperNEAT icon indicating copy to clipboard operation
DeepHyperNEAT copied to clipboard

Missing functions in "reporters.py"

Open bbhaught opened this issue 5 years ago • 2 comments

While trying to run, I am receiving an error from "population.py" when trying to import functions

from reporters.py plot_complexity, report_output.

These functions do not exist within reporters.py.

File "XXXX\DeepHyperNEAT\population.py", line 11, in from reporters import report_fitness, report_species, plot_fitness, plot_complexity, report_output ImportError: cannot import name 'plot_complexity' from 'reporters' (XXXX\DeepHyperNEAT\reporters.py)

bbhaught avatar May 28 '20 16:05 bbhaught

Will add these functionalities. Thanks for the patience, I haven't paid much attention to this since I published it but am now using it again for new research. Will update these functions and close the issue when done!

flxsosa avatar Sep 09 '21 19:09 flxsosa

Oops, accidentally closed it before committing changes.

flxsosa avatar Sep 09 '21 19:09 flxsosa