Create a population for the MOEADr package
create_population(N, problem)
population size
list of named problem parameters. See Section
Problem Description
of the moead()
documentation for details.
A population matrix X for the MOEA/D.
This routine creates a population matrix for the MOEA/D. Currently only a multivariate uniform distribution is implemented. All points are created within the standardized space \(0 \le x_i \le 1, i = 1,...,n_v\).
F. Campelo, L.S. Batista, C. Aranha (2020): The MOEADr Package: A
Component-Based Framework for Multiobjective Evolutionary Algorithms Based on
Decomposition. Journal of Statistical Software doi:10.18637/jss.v092.i06