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.

Getting started

Package details

AuthorCollin Erickson
MaintainerCollin Erickson <collinberickson@gmail.com>
LicenseGPL-3
Version0.1.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("splitfngr")

Try the splitfngr package in your browser

Any scripts or data that you put into this service are public.

splitfngr documentation built on May 2, 2019, 8:54 a.m.