optimsimplex.log {optimsimplex} | R Documentation |
Optimsimplex Logging
Description
This function prints a message to screen (or log file).
Usage
optimsimplex.log(this = NULL, msg = NULL)
Arguments
this |
An simplex object. |
msg |
A message to print. |
Value
Do not return any value but print msg
to screen if the verbose
in this
is set to 1.
Author(s)
Author of Scilab optimsimplex module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
See Also
[Package optimsimplex version 1.0-8 Index]