Description Usage Arguments Value
View source: R/makeAntsControl.R
This function generates a control object, i.e., internally a simple list, of parameters and does sanity checks.
1 2 3 4 5 6 7 | makeACOTSPControl(n.ants = 2L, n.elite = n.ants, use.global.best = FALSE,
best.deposit.only = FALSE, alpha = 1, beta = 2, rho = 0.1,
att.factor = 1, init.pher.conc = 1e-04, min.pher.conc = 0,
max.pher.conc = 1e+06, local.search.fun = NULL,
local.search.step = integer(), prp.prob = 0,
local.pher.update.fun = NULL, max.iter = 10L, max.time = Inf,
global.opt.value = NULL, termination.eps = 0.1, trace.all = FALSE)
|
n.ants |
[ |
n.elite |
[ |
use.global.best |
[ |
best.deposit.only |
[ |
alpha |
[ |
beta |
[ |
rho |
[ |
att.factor |
[ |
init.pher.conc |
[ |
min.pher.conc |
[ |
max.pher.conc |
[ |
local.search.fun |
[ |
local.search.step |
[ |
prp.prob |
[ |
local.pher.update.fun |
[ |
max.iter |
[ |
max.time |
[ |
global.opt.value |
[ |
termination.eps |
[ |
trace.all |
[ |
[ACOTSPControl
]
S3 control object containing all the checked parameters and reasonable defaults.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.