print_progress {ExpDE} | R Documentation |
Print progress of DE
Description
Echoes the progress of DE to the terminal
Usage
print_progress()
Parameters
This routine accesses all variables defined in the calling environment using
parent.frame()
, so it does not require any explicit input parameters.
However, the calling environment must contain:
-
showpars
: list containing parameters that control the printed output ofmoead()
. Parametershowpars
can have the following fields:-
$show.iters = c("dots", "numbers", "none")
: type of output. Defaults to"numbers"
. -
$showevery
: positive integer that determines how frequently the routine echoes something to the terminal. Defaults to1
.
-
-
iters()
: counter function that registers the iteration number
[Package ExpDE version 0.1.4 Index]