Multistart nlminb

msnlminb(objective, nb_iter = 100, lower, upper, cl = NULL, max_fails = 3, ...)

Arguments

objective

function to be minimized

nb_iter

number of iterations

lower

lower bounds

upper

upper bounds

cl

number of cores to be used

max_fails

maximum consecutive failures before adjusting parameters

...

other arguments to be passed to nlminb

Value

list with the best solution