Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
PytLab committed Dec 13, 2017
1 parent 6a0c15a commit 9968d1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version: 0.5.1
### Date: 2017-12-13
1. Added `DecimalIndividual` class.
2. Added decimal encoding individual support for flip bit mutation classes.
3. Fixed some bugs.

## Version: 0.5.0
### Date: 2017-12-12
1. Changed class names:
Expand All @@ -6,6 +12,7 @@
- `GASelection` -> `Selection`
- `GACrossover` -> `Crossover`
- `GAMutation` -> `Mutation`
- `variants` -> `solution`

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.
- 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 9968d1a

Please sign in to comment.