cec2013 - Benchmark functions for the CEC 2013 Special Session on Real-Parameter Optimization
RForge.net

cec2013

About cec2013
GIT access
Download/Files
News
Check results
Package R docs

About cec2013

What is cec2013 ?
         cec2013 is an R package that provides S3 functions to be used as wrappers for the C implementation of 28 benchmark functions defined for the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013. 

Bugs / comments / questions / collaboration of any kind are very welcomed (in English, Spanish or Italian)

Installation

# Stable version
(not available yet)

# Latest (under-development) release
install.packages("cec2013",, "http://rforge.net/", type="source")

Package Description

Package:cec2013
Version:0.1-5
Title:Benchmark functions for the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013
Author:Mauricio Zambrano-Bigiarini [aut, cre], Yasser Gonzalez-Fernandez [aut]
Maintainer:Mauricio Zambrano-Bigiarini
Description:This package provides R wrappers for the C implementation of 28 benchmark functions defined for the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013. The focus of this package is to provide an open-source and multi-platform implementation of the CEC2013 benchmark functions, in order to make easier for researchers to test the performance of new optimization algorithms in a reproducible way. The original C code (Windows only) was provided by Jane Jing Liang, while GNU/Linux comments were made by Janez Brest. This package was gently authorised for publication on CRAN by Ponnuthurai Nagaratnam Suganthan. The official documentation is available at http://www.ntu.edu.sg/home/EPNSugan/index_files/CEC2013/CEC2013.htm. Bugs reports/comments/questions are very welcomed (in English, Spanish or Italian).
Depends:R (>= 2.13.0)
License:GPL (>=3)

Citation

citation("cec2013")

Vignette

not available (yet)

Related Material



BugReports

https://www.rforge.net/bugzilla/describecomponents.cgi?product=cec2013

What's New?

NEWS/ChangeLog for cec2013
--------------------------
0.1-5   21-Jan-2015
        o GPL v2 licence changed to GPL v3.
        o Repository management was cahnged from SVN to Git.
        o Make CITATION readable without having the package installed (follwowing CRAN comments).
        o Add a README.md file for GitHub.

0.1-4   05-Mar-2013
        o First public release

See Also

  • cec2005benchmark: Benchmark for the CEC 2005 Special Session on Real-Parameter Optimization.
  • hydroPSO: Model-Independent Particle Swarm Optimisation for environmental models.

Visitors