CRAN/E | splitfngr

splitfngr

Combined Evaluation and Split Access of Functions

Installation

About

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.

Key Metrics

Version 0.1.2
Published 2019-01-30 1923 days ago
Needs compilation? no
License GPL-3
CRAN checks splitfngr results

Downloads

Yesterday 2 0%
Last 7 days 39 -34%
Last 30 days 144 +1%
Last 90 days 406 -35%
Last 365 days 1.849 -28%

Maintainer

Maintainer

Collin Erickson

collinberickson@gmail.com

Authors

Collin Erickson

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

splitfngr archive

Imports

lbfgs