Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 537 Bytes

LERD

Matlab Code for LERD Paper Title: Large-scale Multiobjective Optimization via Reformulated Decision Variable Analysis

All these programs are impelmented on PlatEMO 2.0, and version on PlatEMO 3.0 will be released soon.

LERD.m

The main file of the algorithm.

LERDS.m, LERDX.m & LERDwC.m

Three variants of the LERD.

EnvironmentSelection.m & FitnessSelection.m

The enviromental selection algorithms used in LERD, which are based on the enviromental selection in NSGA-II.

EvolveByMOEAD.m

Suboptimizer based on MOEA/D-DE.