We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67cb6d commit 5ec9c23Copy full SHA for 5ec9c23
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [0.26.0] - 2025-11-24
8
9
+> [!CAUTION]
10
+> Custom `Crossover` implementations need to be updated to increment the age of
11
+> chromosomes in their implementations of `call()` (e.g.
12
+> `state.population.increment_age()`)
13
+
14
### Added
15
* Add multiple extension points to the `Evolve` flow in the `Extension` type
16
* `after_selection_complete()`
0 commit comments