acor.probabilities {evoper} | R Documentation |
Gaussian kernel choosing probability
Description
Calculate the probability of choosing the lth Gaussian function
Usage
acor.probabilities(W, l = NULL)
Arguments
W |
The vector of weights |
l |
The lth element of algorithm solution archive T |
Value
The vector of probabilities 'p'
References
[1] Socha, K., & Dorigo, M. (2008). Ant colony optimization for continuous domains. European Journal of Operational Research, 185(3), 1155-1173. http://doi.org/10.1016/j.ejor.2006.06.046
[Package evoper version 0.5.0 Index]