Skip to content

Releases: ligerdev/liger

Liger v1.4.0 Release

27 Apr 22:53
10bf020
Compare
Choose a tag to compare
  • Added NSGA-III, an extension of the popular NSGA-II algorithm that replaces crowding distance by a decomposition-based niching operator
  • Added Tigon command line interface. It is now possible to call Tigon from console without running Liger

Liger v1.3.0 Release

16 Apr 11:47
48245a8
Compare
Choose a tag to compare
  • Added support for Matlab versions up-to 2021a.
  • Added support for the Matlab plugin on Linux systems.

Liger v1.2.0 Release

16 Apr 11:46
0ec8f1d
Compare
Choose a tag to compare
  • Extended ParEGO algorithm for handling constraints via a probabilistic expected improvement operator
  • Fix to ACROMUSE

Liger v1.1.0 Release

15 Aug 10:45
71c859e
Compare
Choose a tag to compare
  • Added MOGA, a new non-elitist Pareto-based multi-objective evolutionary algorithm from Fonseca and Fleming (1998).
  • Dominance relations refactoring with constraint handling and goals.

Liger v1.0.2 Release

01 May 15:55
bb704d9
Compare
Choose a tag to compare
  • Added sParEGO algorithm, a Hybrid Optimization algorithm for expensive Uncertain Multi-Objective Optimization Problems.
  • Setup of continuous integration server in travis for running tests in the software.