R/solnp_fobj.R

Defines functions solnp_fobj

Documented in solnp_fobj

solnp_fobj <-
function(x, ...){
	res<-do.call(fobj_global, list(x, ...));
	n_fun_eval <<- n_fun_eval + 1;
	res_f<-res[[1]];
	return(res_f)
}

Try the MEIGOR package in your browser

Any scripts or data that you put into this service are public.

MEIGOR documentation built on Nov. 8, 2020, 7:46 p.m.