Skip to content

Releases: moead-framework/framework

Version 1.0

05 Oct 17:11
ad52f13

Choose a tag to compare

0.5.9.1

19 Feb 15:50

Choose a tag to compare

Update the Binary mutation (parameters + documentation)

0.5.8.1

15 Feb 15:59

Choose a tag to compare

  • the parameter number_of_objective is now deprecated in algorithms (useless between the information is in the problem class)

0.5.8

10 Feb 14:04

Choose a tag to compare

  • 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

04 Dec 14:40

Choose a tag to compare

Fix the previous version :

  • add the parameter mutation_probability in combinatorial MOEA/D and in offspring generator component

0.5.7

04 Dec 13:47

Choose a tag to compare

Genetic operators :

  • refactoring parameters
  • add new parameter for mutation

0.5.6

28 Nov 09:47

Choose a tag to compare

  • refactoring
  • fix problems, mating_pool_selector, and weight files

0.5.5

21 Sep 14:58

Choose a tag to compare

Fix mUBQP problem : minimize the problem and change unit tests

0.5.4

17 Sep 10:37

Choose a tag to compare

Add new combinatorial problem : The multi-objective UBQP (mubqp)

0.5.3

17 Jul 08:53

Choose a tag to compare

fix offspring generator