Update the Binary mutation (parameters + documentation)
0.5.8.1
- the parameter number_of_objective is now deprecated in algorithms (useless between the information is in the problem class)
0.5.8
- remove the 'double' specifications in imports - add new unit tests - add test coverage (codecov) in CI - add the documentation in this repository - code refactoring - the algorithm parameter 'number_of_weights' is now deprecated - review of https://github.com/openjournals/joss-reviews/issues/2974
0.5.7.1
Fix the previous version : - add the parameter mutation_probability in combinatorial MOEA/D and in offspring generator component
0.5.7
Genetic operators : - refactoring parameters - add new parameter for mutation