File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.27.1] - 2026-02-26
8+
9+ ### Changed
10+ * Update lru dependency from v0.12.4 to v0.16.3
11+ * Fix bug in UniqueGenotype: ` neighbouring_population_size ` panics when ` genes_size < 2 `
12+ * Manually review ` AGENTS.md ` as AI generation of the document made too many assumptions
713
814## [ 0.27.0] - 2026-02-23
915
Original file line number Diff line number Diff line change 1818A genetic algorithm implementation for Rust.
1919Inspired by the book [ Genetic Algorithms in Elixir] ( https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/ )
2020
21- See ** [ AGENTS.md] ( AGENTS.md ) ** for decision matrices, constructor parameter
21+ See [ AGENTS.md] ( AGENTS.md ) for decision matrices, constructor parameter
2222reference, copy-paste templates, and troubleshooting.
2323
2424There are three main elements to this approach:
You can’t perform that action at this time.
0 commit comments