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.27 score 53 packages 6 scripts 23k downloads 6 exports 2 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-x86_64OK102
source / vignettesOK165
linux-release-x86_64OK125
macos-release-arm64OK86
macos-oldrel-arm64OK65
windows-develOK58
windows-releaseOK71
windows-oldrelOK59
wasm-releaseOK97

Exports:fngrgrad_sharelbfgs_sharemake_sharenlminb_shareoptim_share

Dependencies:lbfgsRcpp