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
card.svg |card.png
splitfngr/json (API)
NEWS

# 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.42 score 53 packages 6 scripts 33k downloads 6 exports 2 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-x86_64OK101
source / vignettesOK148
linux-release-x86_64OK97
macos-release-arm64OK118
macos-oldrel-arm64OK81
windows-develOK66
windows-releaseOK62
windows-oldrelOK68
wasm-releaseOK97

Exports:fngrgrad_sharelbfgs_sharemake_sharenlminb_shareoptim_share

Dependencies:lbfgsRcpp