Nothing
.default.GA_param = list(
popsize = 200,
Pcrossover = 0.95,
Pmutation = 0.15,
Pchangepoint = 0.01,
minDist = 2,
mmax = 499,
lmax = 501,
maxgen = 50000,
maxconv = 5000,
option = "cp",
monitoring = FALSE,
parallel = FALSE,
nCore = NULL,
tol = 1e-5,
seed = NULL
)
.default.IslandGA_param = list(
subpopsize = 40,
Islandsize = 5,
Pcrossover = 0.95,
Pmutation = 0.15,
Pchangepoint = 0.01,
minDist = 2,
mmax = 499,
lmax = 501,
maxMig = 1000,
maxgen = 50,
maxconv = 100,
option = "cp",
monitoring = FALSE,
parallel = FALSE,
nCore = NULL,
tol = 1e-5,
seed = NULL
)
.default.operators = list(population = "random_population",
selection = "selection_linearrank",
crossover = "uniformcrossover",
mutation = "mutation")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.