fcampelo / MOEADr

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

Summary updated and Latin Hypercube Sample for generating Population #47

Closed yurilavinas closed 6 years ago

yurilavinas commented 6 years ago

Summary changes:

  1. There was a bug in the assert of Y -> object$Y is the correction
  2. Implementation of a fair comparison

Latin Hypercube Sample (LHS):

  1. By setting in the list named "increments" the value : lhs = TRUE" (increments$lhs = TRUE) it is now possible to generate a new population based on the LHS
yurilavinas commented 6 years ago

Missing test

fcampelo commented 6 years ago

Thanks for the contribution! Will take a look soon (probably over the weekend).

yurilavinas commented 6 years ago

In case with work nees review, please let me know!

fcampelo commented 6 years ago

Hi Yuri, thanks for your contribution. Could you please:

Thanks a lot, Felipe

fcampelo commented 6 years ago

Just for reference, please take a look at the Writing extensions for MOEADr vignette.