Skip to content

Commit

Permalink
Add Change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
PytLab committed Dec 12, 2017
1 parent 33ac983 commit 1493b67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version: 0.5.0
### Date: 2017-12-12
1. Changed class names:
- `GAIndividual` -> `BinaryIndividual`
- `GAPopulation` -> `Population`
- `GASelection` -> `Selection`
- `GACrossover` -> `Crossover`
- `GAMutation` -> `Mutation`

2. Added abstract Individual base class `IndividualBase`:
Users can inherit the `IndividualBase` class and add implementations of `encode` and `decode` methods to define you own custom individual class with different encoding methods.

0 comments on commit 1493b67

Please sign in to comment.