Skip to content

Commit

Permalink
Update README.md (#154)
Browse files Browse the repository at this point in the history
Figured removing the roadmap makes sense.
  • Loading branch information
koaning committed Jan 12, 2021
1 parent 8b27bc7 commit 1adf857
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[![Documentation Status](https://readthedocs.org/projects/evol/badge/?version=latest)](https://evol.readthedocs.io/en/latest/?badge=latest)[![Downloads](https://pepy.tech/badge/evol)](https://pepy.tech/project/evol)
[![Build Status](https://dev.azure.com/godatadriven/evol/_apis/build/status/godatadriven.evol?branchName=master)](https://dev.azure.com/godatadriven/evol/_build/latest?definitionId=9&branchName=master) [![Documentation Status](https://readthedocs.org/projects/evol/badge/?version=latest)](https://evol.readthedocs.io/en/latest/?badge=latest)[![Downloads](https://pepy.tech/badge/evol)](https://pepy.tech/project/evol)


Expand Down Expand Up @@ -129,18 +129,6 @@ pop = pop.evolve(evo3, n=5)
print(f"the best score found: {max([i.fitness for i in pop])}")
```

Roadmap 2019
--------

For 2019 we have the following items on the shortlist, if you feel like
contributing or sharing thoughts, feel welcome to discuss it in the issues.

- parallel processing support
- proper logging/serialising support via callback steps
- automatic generation of documentation
- more support for building blocks for certain problems
- more support for predefined problems to help students

Getting Started
---------------------------------------

Expand Down

0 comments on commit 1adf857

Please sign in to comment.