Skip to content

Commit 207a701

Browse files
committed
Optimize imports
1 parent 36870a0 commit 207a701

19 files changed

Lines changed: 26 additions & 559 deletions

FUN.SMSEMOA.DTLZ1

Lines changed: 0 additions & 50 deletions
This file was deleted.

FUN.SMSEMOA.DTLZ2

Lines changed: 0 additions & 100 deletions
This file was deleted.

FUN.SMSEMOA.DTLZ3

Lines changed: 0 additions & 100 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ plot_front.plot(front, label='NSGAII-ZDT1', filename='NSGAII-ZDT1', format='png'
103103
## Features
104104
The current release of jMetalPy (v1.7.0) contains the following components:
105105

106-
* Algorithms: local search, genetic algorithm, evolution strategy, simulated annealing, random search, NSGA-II, NSGA-III, SMPSO, OMOPSO, MOEA/D, MOEA/D-DRA, MOEA/D-IEpsilon, GDE3, SPEA2, HYPE, IBEA. Preference articulation-based algorithms (G-NSGA-II, G-GDE3, G-SPEA2, SMPSO/RP); Dynamic versions of NSGA-II, SMPSO, and GDE3.
106+
* Algorithms: local search, genetic algorithm, evolution strategy, simulated annealing, random search, NSGA-II, NSGA-III, SMPSO, OMOPSO, MOEA/D, SMS-EMOA, MOEA/D-DRA, MOEA/D-IEpsilon, GDE3, SPEA2, HYPE, IBEA. Preference articulation-based algorithms (G-NSGA-II, G-GDE3, G-SPEA2, SMPSO/RP); Dynamic versions of NSGA-II, SMPSO, and GDE3.
107107
* Parallel computing based on Apache Spark and Dask.
108108
* Benchmark problems: ZDT1-6, DTLZ1-2, FDA, LZ09, LIR-CMOP, RWA, RE, unconstrained (Kursawe, Fonseca, Schaffer, Viennet2), constrained (Srinivas, Tanaka).
109109
* Encodings: real, binary, permutations.
@@ -120,6 +120,7 @@ The current release of jMetalPy (v1.7.0) contains the following components:
120120
## Changelog
121121

122122
* [Current development version]
123+
* Add the SMS-EMOA algorithm (based on [moocore](https://multi-objective.github.io/moocore/python/).)
123124
* Add the IGD+ quality indicator
124125
* Add new bencharmk problems:
125126
* [eqdtlz.py](https://github.com/jMetal/jMetalPy/blob/main/src/jmetal/problem/multiobjective/eqdtlz.py)

0 commit comments

Comments
 (0)