Releases: moead-framework/framework
Releases · moead-framework/framework
0.5.9.1
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 openjournals/joss-reviews#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
0.5.6
- refactoring
- fix problems, mating_pool_selector, and weight files
0.5.5
Fix mUBQP problem : minimize the problem and change unit tests
0.5.4
Add new combinatorial problem : The multi-objective UBQP (mubqp)