Skip to content

PlatEMO v4.0 (2022/10/13)

Compare
Choose a tag to compare
@DestinyMy DestinyMy released this 13 Oct 07:55
· 62 commits to master since this release
3714c36
  • Dynamic optimization, multitasking optimization, bilevel optimization, and robust optimization are now supported in PlatEMO.

  • Hybrid encoding is now supported in PlatEMO, where a problem can include real variables, integral variables, label variables, binary variables, and permutation variables simultaneously.

  • Maximum runtime is provided as a new termination criterion, which can be set instead of maximum number of function evaluations.

  • More algorithms and problems for single-objective optimization, multi-objective optimization, constrained optimization, sparse optimization, expensive optimization, multimodal optimization, dynamic optimization, multitasking optimization, bilevel optimization, and robust optimization. There are currently 216 algorithms and 432 problems in the platform.

  • More efficient and powerful GUI, where the execution of algorithms in the test module and application module is highly accelerated.

  • More performance metrics for different types of optimization problems, and the metrics are also tagged with labels. Different metrics will be shown in the dropdown lists when selecting different labels in the GUI.

  • Gradient based search is now supported in PlatEMO, where users can define gradient functions to accelerate the convergence via mathematical programming algorithms and gradient assisted evolutionary algorithms.