acor.archive {evoper}R Documentation

acor.archive

Description

This function is used for creating and maintaining the ACOr archive 'T'. The function keeps the track of 'k' solotion in the archive.

Usage

acor.archive(s, f, w, k, T = NULL)

Arguments

s

The solution 'ants'

f

The evaluation of solution

w

The weight vector

k

The archive size

T

The current archive

Value

The solution archive

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]