ceandrade / brkga_mp_ipr_cpp

The Multi-Parent Biased Random-Key Genetic Algorithm with Implict Path Relink - C++ version
Other
16 stars 6 forks source link

BrkgaParams::mutants_percentage should be of type double #1

Closed sohaibafifi closed 4 years ago

sohaibafifi commented 4 years ago

I think that the mutant percentage parameter should be of type double instead of unsigned

ceandrade commented 4 years ago

Yes, you are right! Very good catch. Thanks for your help. I have fixed it and commited the changes. I also add tag v1.1.0, since I have added some methods to the API.