-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 734 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
20 lines (20 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: ExpDE
Type: Package
Title: Modular Differential Evolution for Experimenting with Operators
Version: 0.3.2
Depends: R (>= 4.4.0)
Imports: assertthat (>= 0.2.0)
Suggests: smoof
Date: 2025-11-21
URL: https://github.com/fcampelo/ExpDE
Authors@R: c(
person("Felipe", "Campelo", email = "f.campelo@bristol.ac.uk",
role = c("aut", "cre")),
person("Moises", "Botelho", email = "moisesbotelho@ufmg.br",
role = "aut"))
Maintainer: Felipe Campelo <f.campelo@bristol.ac.uk>
Description: Modular implementation of the Differential Evolution algorithm for
experimenting with different types of operators.
License: GPL-2
RoxygenNote: 7.3.2
Encoding: UTF-8