Skip to content

Releases: moead-framework/framework

Version 1.0

Choose a tag to compare

@geoffreyp geoffreyp released this 05 Oct 17:11
ad52f13

0.5.9.1

Choose a tag to compare

@geoffreyp geoffreyp released this 19 Feb 15:50

Update the Binary mutation (parameters + documentation)

0.5.8.1

Choose a tag to compare

@geoffreyp geoffreyp released this 15 Feb 15:59
  • the parameter number_of_objective is now deprecated in algorithms (useless between the information is in the problem class)

0.5.8

Choose a tag to compare

@geoffreyp geoffreyp released this 10 Feb 14:04
  • 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

Choose a tag to compare

@geoffreyp geoffreyp released this 04 Dec 14:40

Fix the previous version :

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

0.5.7

Choose a tag to compare

@geoffreyp geoffreyp released this 04 Dec 13:47

Genetic operators :

  • refactoring parameters
  • add new parameter for mutation

0.5.6

Choose a tag to compare

@geoffreyp geoffreyp released this 28 Nov 09:47
  • refactoring
  • fix problems, mating_pool_selector, and weight files

0.5.5

Choose a tag to compare

@geoffreyp geoffreyp released this 21 Sep 14:58

Fix mUBQP problem : minimize the problem and change unit tests

0.5.4

Choose a tag to compare

@geoffreyp geoffreyp released this 17 Sep 10:37

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

0.5.3

Choose a tag to compare

@geoffreyp geoffreyp released this 17 Jul 08:53

fix offspring generator