Python/genetic_algorithm
Tony Dang 74b540ad73
Genetic Algorithm: Fix bug in multi-threading (#12644)
* Fix bug in multi-threading

- Multi-threading (despite being commented out) had a tiny bug: missing target argument (2nd argument).
- Commented out code was also slightly hard to understand, added (Option 1/2) in comments to clarify where a user may choose between 2 implementations.

* Update basic_string.py

---------

Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
2025-03-29 11:13:47 +03:00
..