scalarize_values {MOEADr} | R Documentation |
Scalarize values for MOEA/D
Description
Perform scalarization for the MOEADr package.
Usage
scalarize_values(normYs, W, B, aggfun)
Arguments
normYs |
List generated by |
W |
matrix of weights, generated by |
B |
neighborhood matrix, generated by |
aggfun |
List containing the aggregation function parameters. See
Section |
Details
This routine calculates the scalarized performance values for the MOEA/D.
The list of available scalarization methods can be generated using
get_scalarization_methods()
Value
[ (T+1) x N ]
matrix of scalarized performance values. Each column
contains the T scalarized performances of the candidate solutions in the
neighborhood of a given subproblem, plus the scalarized performance value
for the incumbent solution for that subproblem.
References
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