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.5)splitfngr_0.1.2.zip(r-4.4)splitfngr_0.1.2.zip(r-4.3)
splitfngr_0.1.2.tgz(r-4.5-any)splitfngr_0.1.2.tgz(r-4.4-any)splitfngr_0.1.2.tgz(r-4.3-any)
splitfngr_0.1.2.tar.gz(r-4.5-noble)splitfngr_0.1.2.tar.gz(r-4.4-noble)
splitfngr_0.1.2.tgz(r-4.4-emscripten)splitfngr_0.1.2.tgz(r-4.3-emscripten)
splitfngr.pdf |splitfngr.html
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:

3.65 score 3 packages 6 scripts 309 downloads 6 exports 2 dependencies

Last updated 6 years agofrom:c3399e5492. Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 16 2025
R-4.5-winOKMar 16 2025
R-4.5-macOKMar 16 2025
R-4.5-linuxOKMar 16 2025
R-4.4-winOKMar 16 2025
R-4.4-macOKMar 16 2025
R-4.4-linuxOKMar 16 2025
R-4.3-winOKMar 16 2025
R-4.3-macOKMar 16 2025

Exports:fngrgrad_sharelbfgs_sharemake_sharenlminb_shareoptim_share

Dependencies:lbfgsRcpp