Description Usage Arguments Value
Does the multiple cluster connections. This will only work if ssh keys are correctly made between machines (if using multiple machines).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | runDEoptim(
landscape,
annualDTx1000,
nonAnnualDTx1000,
fireBufferedListDT,
historicalFires,
itermax,
initialpop,
NP,
trace,
strategy,
cores,
logPath,
cachePath,
iterStep = 25,
lower,
upper,
formula,
objFunCoresInternal,
covMinMax = covMinMax,
tests,
maxFireSpread,
Nreps,
.verbose,
visualizeDEoptim
)
DEoptimIterative(
itermax,
lower,
upper,
control,
formula,
covMinMax,
tests,
objFunCoresInternal,
maxFireSpread,
Nreps,
visualizeDEoptim,
cachePath,
iterStep = 25,
.verbose
)
|
landscape |
A |
annualDTx1000 |
A list of data.table objects. Each list element will be from 1
year, and it must be the same length as |
nonAnnualDTx1000 |
A list of data.table objects. Each list element must be named
with a concatenated sequence of names from |
fireBufferedListDT |
A list of data.table objects. It must be same length as
|
historicalFires |
DESCRIPTION NEEDED |
itermax |
Passed to |
initialpop |
DESCRIPTION NEEDED |
NP |
DESCRIPTION NEEDED |
trace |
Passed to |
strategy |
Passed to |
cores |
A numeric (for running on localhost only) or a character vector of machine names (including possibly "localhost"), where the length of the vector indicates how many cores should be used on that machine. |
logPath |
A character string indicating what file to write logs to. This
|
cachePath |
The |
iterStep |
Integer. Must be less than |
lower |
Passed to |
upper |
Passed to |
formula |
Passed to |
objFunCoresInternal |
DESCRIPTION NEEDED |
covMinMax |
Passed to |
tests |
Passed to |
maxFireSpread |
Passed to |
Nreps |
Passed to |
.verbose |
Passed to |
visualizeDEoptim |
Logical. If |
control |
DESCRIPTION NEEDED |
DESCRIPTION NEEDED
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.