<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Combined Evaluation and Split Access of Functions</dc:title>
  <dc:title>R package splitfngr version 0.1.2</dc:title>
  <dc:description>
  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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: lbfgs</dc:relation>
  <dc:creator>Collin Erickson &lt;collinberickson@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Collin Erickson</dc:contributor>
  <dc:rights>GPL-3</dc:rights>
  <dc:date>2019-01-30</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=splitfngr</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.splitfngr</dc:identifier>
</oai_dc:dc>
