Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 773 Bytes

NEWS.md

File metadata and controls

27 lines (13 loc) · 773 Bytes

Changes in ABCoptim version 0.15.0-99 (2020-05-31)

  • Internal changes only. Created the BeeHive C++ template, will eventually move it to inst/include/ so that others can link to it.

Changes in ABCoptim version 0.15.0 (2017-11-05)

  • abc_cpp now checks the domain of the function.

  • New arguments parscale and fnscale added (see stats::optim)

  • New print and plot method for abc_answer class object.

Changes in ABCoptim version 0.14.0 (2016-11-16)

  • Added a NEWS.md file to track changes to the package.

  • New function abc_cpp written with Rcpp (roughly 50%-100% faster than abc_optim).

  • Both abc_cpp and abc_optim return objects of class abc_answer.

  • Objects of class abc_answer return the trace of the global optimums.