makeECRMonitor | R Documentation |
Monitor objects serve for monitoring the optimization process, e.g., printing
some status messages to the console. Each monitor includes the functions
before
, step
and after
, each being a function and expecting
a log log
of type ecr_logger
and ...
as the only parameters.
This way the logger has access to the entire log.
makeECRMonitor(before = NULL, step = NULL, after = NULL, ...)
before |
[ |
step |
[ |
after |
[ |
... |
[ |
[ecr_monitor
]
Monitor object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.