Last data update: 2014.03.03

cmaesr

Package: cmaesr
Type: Package
Title: Covariance Matrix Adaptation Evolution Strategy
Description: Pure R implementation of the Covariance Matrix Adaptation -
Evolution Strategy (CMA-ES) with optional restarts (IPOP-CMA-ES).
Version: 1.0.1
Date: 2016-01-18
Authors@R: c(person("Jakob", "Bossek", email = "j.bossek@gmail.com", role =
c("aut", "cre")))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
URL: https://github.com/jakobbossek/cmaesr
BugReports: https://github.com/jakobbossek/cmaesr/issues
License: BSD_2_clause + file LICENSE
Depends: ParamHelpers (>= 1.3), BBmisc (>= 1.6), checkmate (>= 1.1),
smoof (>= 1.1)
Imports: ggplot2
Suggests: testthat
ByteCompile: yes
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-19 13:06:25 UTC; jboss
Author: Jakob Bossek [aut, cre]
Repository: CRAN
Date/Publication: 2016-01-19 15:08:02

● 0 images, 16 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'cmaesr' ...
** package 'cmaesr' successfully unpacked and MD5 sums checked
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'cmaesr'
    finding HTML links ... done
    callMonitor                             html  
    cmaes                                   html  
Rd warning: /tmp/RtmposMVik/R.INSTALL7e537f2b0593/cmaesr/man/cmaes.Rd:33: missing file link 'ParamSet'
    getDefaultStoppingConditions            html  
    makeMonitor                             html  
    makeSimpleMonitor                       html  
    makeStoppingCondition                   html  
    makeVisualizingMonitor                  html  
    stopOnCondCov                           html  
    stopOnMaxEvals                          html  
    stopOnMaxIters                          html  
    stopOnNoEffectAxis                      html  
    stopOnNoEffectCoord                     html  
    stopOnOptParam                          html  
    stopOnOptValue                          html  
    stopOnTimeBudget                        html  
    stopOnTolX                              html  
** building package indices
** testing if installed package can be loaded
* DONE (cmaesr)
Making 'packages.html' ... done