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

Features to be added for v0.2 #9

Open
10 tasks
ahmedkhalf opened this issue May 27, 2020 · 0 comments
Open
10 tasks

Features to be added for v0.2 #9

ahmedkhalf opened this issue May 27, 2020 · 0 comments
Milestone

Comments

@ahmedkhalf
Copy link
Owner

Reporter class

Just like the fitness.py but for logging and letting the user know what is going on.

  • Add reporter.py and the base Reporter class.
  • Add many types of reports such as logging, printing, and GUI.
  • Update evolution.py to use the new Reporter class instead of the printing function.

Add support for many color channels

  • Improve support for 1 color channel (grayscale)
  • Add support for 2 color channels (grayscale and alpha)
  • Add support for 3 color channels (RGB)
  • Add support for 4 color channels (RGBA)

Add abstractions (functions) for loading and saving checkpoints

These should go in the Specie class

  • Add support for saving a checkpoint
  • Add support for loading a checkpoint
  • Add support for saving current phenotype to an image of any resolution

This is it for v0.2, in v0.3 we will look into improving performance.

@guimorg guimorg added this to the v0.2 milestone May 27, 2020
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