acor.weigth: Weight calculation for ant colony optimization

Description Usage Arguments Value References

Description

Calculates the weight element of ACOr algorithm for the solution archive.

Usage

1
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


evoper documentation built on May 2, 2019, 12:13 a.m.

Related to acor.weigth in evoper...