Skip to content

Commit

Permalink
Merge pull request #490 from cicirello/remove-deprecated
Browse files Browse the repository at this point in the history
Remove deprecated classes
  • Loading branch information
cicirello authored Sep 2, 2022
2 parents f04c898 + f4360c5 commit 6fa1337
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 530 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2022-09-02

**BREAKING CHANGES:** The next release includes breaking changes.
**BREAKING CHANGES:** The next release includes breaking changes (see Removed and Changed sections).

### Added
* Crossover operators for permutations:
Expand All @@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated

### Removed
* The following classes, previously deprecated in 5.1.0:
* ShiftedFitnessProportionalSelection, replaced by combination of FitnessShifter with FitnessProportionalSelection.
* ShiftedStochasticUniversalSampling, replaced by combination of FitnessShifter with StochasticUniversalSampling.
* BiasedShiftedFitnessProportionalSelection, replaced by combination of FitnessShifter with BiasedFitnessProportionalSelection.
* BiasedShiftedStochasticUniversalSampling, replaced by combination of FitnessShifter with BiasedStochasticUniversalSampling.

### Fixed

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6fa1337

Please sign in to comment.