Skip to content

Commit

Permalink
Merge pull request #446 from cicirello/prep-5-1-0
Browse files Browse the repository at this point in the history
Prep for release 5.1.0
  • Loading branch information
cicirello authored Jul 29, 2022
2 parents 11e3d8a + 95d33b3 commit f7a562a
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2022-07-29

### Added
* SigmaScaling class, implementing sigma scaling.
* FitnessShifter class for use in combination with fitness-weighted selection operators to shift all fitnesses
such that minimum fitness is 1 at the time of selection (e.g., deals with negative fitnesses, etc).

### Changed

### Deprecated
* 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.

### Removed

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


## [5.1.0] - 2022-07-29

### Added
* SigmaScaling class, implementing sigma scaling.
* FitnessShifter class for use in combination with fitness-weighted selection operators to shift all fitnesses
such that minimum fitness is 1 at the time of selection (e.g., deals with negative fitnesses, etc).

### Deprecated
* 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.


## [5.0.1] - 2022-07-25

### Dependencies
Expand Down

0 comments on commit f7a562a

Please sign in to comment.