Movatterモバイル変換
[0]ホーム
itp 1.2.1
Bug fixes and minorimprovements
- The issue described at https://github.com/RcppCore/Rcpp/issues/1287has been fixed to avoid WARNINGs from CRAN checks on some platforms.Thank you to Dirk Eddelbuettel for providing the fix so quickly!
itp 1.2.0
New features
- The function
itp_c, which implements the ITP algorithmentirely in C++.
itp 1.1.0
New features
- The argument
f to the functionitp() cannow be either an R function or an external pointer to a C++ function. Inthe latter case,itp() makes use of thePassinguser-supplied C++ functions framework offered by the Rcpp package.For the simple examples given in theitp package only amodest improvement in speed is observed (and expected). However, beingable to callitp() on the C++ side may have benefits inmore challenging problems.
- The package vignette and README file include examples based onexternal pointers to a C++ function.
- A plot method is provided, which plots the function
fprovided toitp over the input interval(a, b).
Bug fixes and minorimprovements
- Explicit examples of passing arguments to the input function
f have been added.
itp 1.0.1
Bug fixes and minorimprovements
- A bug in the part of
itp() in which the bracketinginterval has been fixed. It caused incorrect results in cases where thefunction is locally decreasing. - Tests have been added to check the correction of this bug.
[8]ページ先頭