CeR optimization
1 2 3 |
A |
A |
B |
B |
C |
C |
D |
D |
PD |
PD |
LGD |
LGD |
weight |
N_client |
EAD |
EAD |
CORR |
CORR |
UL |
UL |
CONTRI |
Conttribution |
variation |
range of parameter variation |
maxiter |
Numeric, the maximum number of iterations to run |
parallel |
a logical argument specifying if parallel computing should be used (TRUE) or not (FALSE, default) for evaluating the fitness function. This argument could also be used to specify the number of cores to employ; by default, this is taken from detectCores. Finally, the functionality of parallelization depends on system OS: on Windows only 'snow' type functionality is available, while on Unix/Linux/Mac OSX both 'snow' and 'multicore' (default) functionalities are available |
tol |
the desired accuracy. |
... |
additional named or unnamed arguments to be passed to ga |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.