Skip to content

Commit

Permalink
Merge pull request #451 from cicirello/prep-5-2
Browse files Browse the repository at this point in the history
Prep for release 5.2.0
  • Loading branch information
cicirello authored Aug 1, 2022
2 parents b2d4850 + 0283db9 commit 2788039
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2022-08-01

### Added
* OnePlusOneEvolutionaryAlgorithm, an implementation of a (1+1)-EA.
* OnePlusOneGeneticAlgorithm, an implementation of a (1+1)-GA, a subclass of OnePlusOneEvolutionaryAlgorithm
for the special case of optimizing a BitVector representation.

### Changed

Expand All @@ -26,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Other


## [5.2.0] - 2022-08-01

### Added
* OnePlusOneEvolutionaryAlgorithm, an implementation of a (1+1)-EA.
* OnePlusOneGeneticAlgorithm, an implementation of a (1+1)-GA, a subclass of OnePlusOneEvolutionaryAlgorithm
for the special case of optimizing a BitVector representation.


## [5.1.0] - 2022-07-29

### Added
Expand Down

0 comments on commit 2788039

Please sign in to comment.