R/driver_easy.R

driver_easy <- function(){
  bounds <- matrix(c(-1,1,-1,1),2,2)
  budget <- 40
  tmp <- imfil(x0, f_easy, budget, bounds)
  x <- tmp$x
  histout <- tmp$histout
  list(x = x, histout = histout)
}

Try the rImfil package in your browser

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

rImfil documentation built on May 2, 2019, 4:46 p.m.