variation_truncate {MOEADr} | R Documentation |
Truncate
Description
Truncation variation operator
Usage
variation_truncate(X, ...)
Arguments
X |
Population matrix |
... |
other parameters (included for compatibility with generic call) |
Details
Truncate the solution matrix X
to the [0, 1]
interval.
Value
Truncated matrix X
'.
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
[Package MOEADr version 1.1.3 Index]