acor.weigth {evoper} | R Documentation |
Weight calculation for ant colony optimization
Description
Calculates the weight element of ACOr algorithm for the solution archive.
Usage
acor.weigth(q, k, l)
Arguments
q |
The Algorithm parameter. When small best-ranked solution is preferred |
k |
The Archive size |
l |
The lth element of algorithm solution archive T |
Value
A scalar or a vector with calculated weigth.
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]