fcampelo / MOEADr

R package MOEADr, a modular implementation of the Multiobjective Evolutionary Algorithm with Decomposition (MOEA/D) framework
20 stars 7 forks source link

Preset_moead() -> MOEA/D-DE polynomial mutation parameters different from paper #49

Closed yurilavinas closed 5 years ago

yurilavinas commented 5 years ago

The pm parameter of the polynomial mutation is fixed as 0.03333 however this value on the paper is set as 1/n, where n is the number of dimensions.

fcampelo commented 5 years ago

Solved.