-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.63 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: cecs
Title: R Interface for the C Implementation of CEC Benchmark Functions
Version: 0.2.4
Authors@R: c(
person("Eryk", "Warchulski", role = c("aut", "cre"), email = "ewarchul@gmail.com"),
person("Dariusz", "Jagodziński", role = c("cph"), email = "d.jagodzinski@elka.pw.edu.pl"),
person("Yasser", "Gonzalez-Fernandez", role = c("cph"), email = "yasser@yassergonzalez.com"),
person("Mauricio", "Zambrano-Bigiarini", role = c("cph"), email = "mzb.devel@gmail.com")
)
Description: Goal of this package is to provide access to benchmark functions defined for
the Special Session and Competition on Real-Parameter Single Objective Optimization in one place.
The package contains functions from following years: 2013, 2014, 2015,
2017, 2019, 2021, 2022 (<https://github.com/P-N-Suganthan>).
Implementations of CEC-2013 (Y. Gonzalez-Fernandez & M. Zambrano-Bigiarini) and CEC2017 (D. Jagodziński) are taken from existed R packages. Also,
the original C source code has been cleaned and reorganized for better readability.
BugReports: https://github.com/ewarchul/cecs/issues
License: GPL (>= 3)
URL: https://github.com/ewarchul/cecs
Depends: R (>= 3.5.0)
Imports: stringr (>= 1.4.0), cec2013 (>= 0.1.5)
Remotes:
ewarchul/cec2013
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0), purrr (>= 0.3.4)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2021-12-17 14:22:27 UTC; ewarchul
Author: Eryk Warchulski [aut, cre],
Dariusz Jagodziński [cph],
Yasser Gonzalez-Fernandez [cph],
Mauricio Zambrano-Bigiarini [cph]
Maintainer: Eryk Warchulski <ewarchul@gmail.com>