View source: R/define_neighborhood.R
| define_neighborhood | R Documentation | 
Calculates neighborhood relations for the MOEADr package
define_neighborhood(neighbors, v.matrix, iter)
neighbors | 
 List containing the decomposition method parameters. This list must contain the following key-value pairs: 
  | 
v.matrix | 
 matrix of vectors to be used for defining the neighborhoods.  | 
iter | 
 iteration counter of the MOEA/D  | 
This routine calculates the neighborhood relations for the MOEA/D.
Warning: this routine may access (but not directly modify) variables from the calling environment.
List containing the matrix of selection probabilities (P) and
the matrix of neighborhoods (B).
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.