Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing functions in "reporters.py" #2

Open
bbhaught opened this issue May 28, 2020 · 2 comments
Open

Missing functions in "reporters.py" #2

bbhaught opened this issue May 28, 2020 · 2 comments

Comments

@bbhaught
Copy link

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)

@flxsosa
Copy link
Owner

flxsosa commented Sep 9, 2021

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 flxsosa closed this as completed Sep 9, 2021
@flxsosa
Copy link
Owner

flxsosa commented Sep 9, 2021

Oops, accidentally closed it before committing changes.

@flxsosa flxsosa reopened this Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants