-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
36 lines (36 loc) · 1.43 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
Package: ecr
Type: Package
Title: Evolutionary Computing in R
Description: Provides a powerful framework for evolutionary
computing in R. The user can easily construct powerful evolutionary algorithms
for tackling both single- and multi-objective problems by plugging in different
predefined evolutionary building blocks, e. g., operators for mutation,
recombination and selection with just a few lines of code. Your problem
cannot be easily solved with a standard EA which works on real-valued vectors,
permutations or binary strings? No problem, 'ecr' has been developed with that in
mind. Extending the framework with own operators is also possible. Additionally
there are various comfort functions, like monitoring, logging and more.
Version: 1.1
Encoding: UTF-8
Date: 2016-09-10
Authors@R: c(person("Jakob", "Bossek", email = "j.bossek@gmail.com", role =
c("aut", "cre")), person("Dirk", "Surmann", email = "surmann@statistik.tu-dortmund.de", role = "ctb"))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
License: BSD_2_clause + file LICENSE
URL: https://github.com/jakobbossek/ecr
BugReports: https://github.com/jakobbossek/ecr/issues
Depends:
ParamHelpers (>= 1.8),
BBmisc (>= 1.6),
smoof (>= 1.4),
ggplot2 (>= 1.0.0)
Imports:
checkmate (>= 1.1),
parallelMap (>= 1.1),
reshape2 (>= 1.4.1),
gridExtra (>= 0.9.1)
Suggests:
testthat (>= 0.9.1)
ByteCompile: yes
LazyData: yes
RoxygenNote: 6.0.1