Description Usage Arguments Value References See Also
Offers a more R-like interface to the MAX-MIN Ant System (MMAS) for the TSP.
1 2 3 | runMMAS(x, n.ants = 10L, alpha = 1, beta = 2, rho = 0.1,
att.factor = 1, min.pher.conc, max.pher.conc,
init.pher.conc = max.pher.conc, monitor = makeNullMonitor(), ...)
|
x |
[ |
n.ants |
[ |
alpha |
[ |
beta |
[ |
rho |
[ |
att.factor |
[ |
min.pher.conc |
[ |
max.pher.conc |
[ |
init.pher.conc |
[ |
monitor |
[ |
... |
[ |
[AntsResult
]
S3 result object.
Stuetzle, T. and Hoos, H.H. (1998) Improvements on the Ant System: Introducing the MAX-MIN Ant System. In Artificial Neural Networks and Genetic Algorithms, pp. 245-249. Springer Verlag, Wien New York.
Other ants_shortcuts: runACS
;
runAS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.