Skip to content

Commit c6b7e4b

Browse files
committed
bump to v0.20.3
1 parent 5f8ec39 commit c6b7e4b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [0.20.3] - 2025-05-14
9+
### Added
10+
* Initialize first `HillClimb` `SteepestAscent` population with the
11+
`seed_genes_list`, to ensure the best seed is taken as the starting point
12+
when seeds are provided.
13+
714
## [0.20.2] - 2025-05-12
815
### Added
916
* Add `max_generations` ending condition on `Evolve` and `HillClimb` strategies

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "genetic_algorithm"
3-
version = "0.20.2"
3+
version = "0.20.3"
44
edition = "2021"
55
readme = "README.md"
66
description = "A genetic algorithm implementation"

0 commit comments

Comments
 (0)