View source: R/generate_weights.R
| generate_weights | R Documentation | 
Calculates weight vectors for the MOEADr package
generate_weights(decomp, m, ...)
| decomp | List containing the decomposition method parameters. See
 | 
| m | Number of objectives (m ≥ 2) | 
| ... | other parameters (included for compatibility with generic call) | 
This routine calculates the weight vectors for the MOEA/D. The
list of available methods for generating the weights, as well as information
about their specific parameters, can be generated using
get_decomposition_methods().
Weight matrix W
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
decomp <- list(name = "sld", H = 99) W <- generate_weights(decomp, m = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.