SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

cumulative collaborating #56

Closed jbytecode closed 1 month ago

jbytecode commented 1 month ago

Screenshot from 2024-08-12 12-44-48

I think I should stop editing this repo, just because my commits have always been reverted and it seems you think I did something accidentally.

jbytecode commented 1 month ago

https://github.com/SevgiAkten/pycellga/blob/c60f89deeea561ae755f1f02e498d4e548644906/src/individual.py#L116

In here, you already sample candidates using a probability vector.

SevgiAkten commented 1 month ago

I reintroduced it because it was used, but I realize now that the issue is likely due to my lack of comprehensive test coverage, and the error wasn’t caught because the tests passed. I will resolve this by writing more comprehensive test functions.

Your contributions to the repository are extremely valuable, and your guidance is greatly enhancing its quality. Please continue making commits to this repository.