Improve the sampling method using the round init method. It relies on the random.choices, but the sampling is weighted based on the scores computed previously.
0.1.3.5
Added seed option to init methods.
0.1.3.4
Fix regression error on the new init method.
0.1.3.3
Added a new init method, named round_init. This method executes n rounds of random population generation, then uses a heuristic to select the best candidates (based on fitness) while maintaining a high distance among themselves.