Package: splitfngr 0.1.2

splitfngr: Combined Evaluation and Split Access of Functions

Some R functions, such as optim(), require a function its gradient passed as separate arguments. When these are expensive to calculate it may be much faster to calculate the function (fn) and gradient (gr) together since they often share many calculations (chain rule). This package allows the user to pass in a single function that returns both the function and gradient, then splits (hence 'splitfngr') them so the results can be accessed separately. The functions provided allow this to be done with any number of functions/values, not just for functions and gradients.

Authors:Collin Erickson

splitfngr_0.1.2.tar.gz
splitfngr_0.1.2.zip(r-4.7)splitfngr_0.1.2.zip(r-4.6)splitfngr_0.1.2.zip(r-4.5)
splitfngr_0.1.2.tgz(r-4.6-any)splitfngr_0.1.2.tgz(r-4.5-any)
splitfngr_0.1.2.tar.gz(r-4.7-any)splitfngr_0.1.2.tar.gz(r-4.6-any)
splitfngr_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
splitfngr/json (API)

# Install 'splitfngr' in R:
install.packages('splitfngr', repos = c('https://collinerickson.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/collinerickson/splitfngr/issues

On CRAN:

Conda:

6.38 score 54 packages 6 scripts 30k downloads 6 exports 2 dependencies

Last updated from:c3399e5492. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK86
source / vignettesOK146
linux-release-x86_64OK96
macos-release-arm64OK92
macos-oldrel-arm64OK79
windows-develOK56
windows-releaseOK62
windows-oldrelOK97
wasm-releaseOK95

Exports:fngrgrad_sharelbfgs_sharemake_sharenlminb_shareoptim_share

Dependencies:lbfgsRcpp