<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Global optimization by differential evolution in C++</dc:title>
  <dc:subject>CRAN Task View: Optimization (http://CRAN.R-project.org/view=Optimization)</dc:subject>
  <dc:description>This package provides an efficient C++ based
implementation of the DEoptim function which performs global
optimization by differential evolution.  Its creation was
motivated by trying to see if the old approximation &quot;easier,
shorter, faster: pick any two&quot; could in fact be extended to
achieving all three goals while moving the code from plain old
C to modern C++.  The initial version did in fact do so, but a
good part of the gain was due to an implicit code review which
eliminated a few inefficiencies which have since been
eliminated in DEoptim.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: Rcpp, RcppArmadillo (&gt;= 0.2.8)</dc:relation>
  <dc:relation>LinkingTo: Rcpp, RcppArmadillo</dc:relation>
  <dc:relation>Suggests: inline, DEoptim, lattice</dc:relation>
  <dc:creator>Dirk Eddelbuettel &lt;edd@debian.org&gt;</dc:creator>
  <dc:contributor>Dirk Eddelbuettel extending DEoptim (by David Ardia, Katharine
Mullen, Brian Peterson, Joshua Ulrich) which itself is based on
DE-Engine (by Rainer Storn)</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2012-04-09</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=RcppDE</dc:identifier>
 </rdf:Description>
</rdf:RDF>

