get_control {MaxMC} | R Documentation |
This function provides a way to merge the user specified controls for the optimization methods with their respective default controls.
get_control(method, control = list())
method |
A character string. Type of algorithm to be
used for global optimization. The four available methods
are simulated annealing ( |
control |
A list. Arguments to be used to control the
behavior of the algorithm chosen in |
A list. Arguments to be used to control the behavior
of the algorithm chosen in method
.