-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
52 lines (52 loc) · 1.47 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: smoof
Type: Package
Title: Single and Multi-Objective Optimization Test Functions
Description: Provides generators for a high number of both single- and multi-
objective test functions which are frequently used for the benchmarking of
(numerical) optimization algorithms. Moreover, it offers a set of convenient
functions to generate, plot and work with objective functions.
Version: 1.7.0
Date: 2023-10-26
Authors@R: c(
person(
given = "Jakob",
family = "Bossek",
email = "j.bossek@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4121-4668")),
person(
given = "Pascal",
family = "Kerschke",
email = "pascal.kerschke@tu-dresden.de",
role = "ctb",
comment = c(ORCID = "0000-0003-2862-1418")),
person(
given = "Lennart",
family = "Schäpermeier",
email = "lennart.schaepermeier@tu-dresden.de",
role = "ctb",
comment = c(ORCID = "0000-0003-3929-7465")))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
URL: https://jakobbossek.github.io/smoof/, https://github.com/jakobbossek/smoof
BugReports: https://github.com/jakobbossek/smoof/issues
License: BSD_2_clause + file LICENSE
Depends:
ParamHelpers (>= 1.8),
checkmate (>= 1.1)
Imports:
BBmisc (>= 1.6),
ggplot2 (>= 2.2.1),
Rcpp (>= 0.11.0),
Suggests:
testthat,
MASS,
plot3D,
plotly,
mco,
RColorBrewer,
reticulate,
covr
ByteCompile: yes
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
Encoding: UTF-8