README.md

R-CMD-check License: GPL v3

cecs

Common R interface for CEC benchmarks.

Description

This repository contains R package with an interface for benchmark functions from Congress on Evolutionary Computations competitions. The implementation is based on the existing CRAN package, i.e {cec2013}, but is extended with CEC2014, CEC2015, CEC2019, CEC2021, and CEC2022. The interface for CEC2017 is taken from the non-CRAN package {cec2017}. More information about the authorship is written in DESCRIPTION.

Installation

CRAN

install.packages("cecs")

GitHub

Type bellow command in the R interpreter:

require(devtools)
devtools::install_github("ewarchul/cecs")

Content

All benchmark functions were implemented in C by Jane Jing Liang https://orcid.org/0000-0003-0811-0223.

I rearranged the codebase, i.e. separated interface from source, changed global state management, etc.

Benchmarks specifications and necessary numeric data are available here: https://github.com/P-N-Suganthan?tab=repositories

The package downloads numeric data from my website. For further details, see the source code documentation in man/ directory.



Try the cecs package in your browser

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

cecs documentation built on Jan. 13, 2022, 1:07 a.m.