-
abc_cpp
now checks the domain of the function. -
New arguments
parscale
andfnscale
added (see stats::optim) -
New
print
andplot
method forabc_answer
class object.
-
Added a
NEWS.md
file to track changes to the package. -
New function
abc_cpp
written with Rcpp (roughly 50%-100% faster thanabc_optim
). -
Both
abc_cpp
andabc_optim
return objects of classabc_answer
. -
Objects of class
abc_answer
return the trace of the global optimums.