-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 834 Bytes
/
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
Package: EPBO
Title: Bayesian Optimization via Exact Penalty
Version: 0.1.11
Date: 2024-02-28
Authors@R:
c(person(given = "Jiangyan",
family = "Zhao",
email = "zhaojy2017@126.com",
role = c("aut", "cre")),
person(given = "Jin",
family = "Xu",
role = "aut"))
Author: Jiangyan Zhao [aut, cre], Jin Xu [aut]
Description: Wrapper routines for blackbox optimization under mixed (equality and/or inequality)
constraints via exact penalty.
License: AGPL (>= 3)
URL: https://github.com/Jiangyan-Zhao/EPBO
BugReports: https://github.com/Jiangyan-Zhao/EPBO/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports: laGP, tgp, plgp, mco, pso
Depends: R (>= 3.6)
Suggests:
stats,
testthat (>= 3.0.0),
utils
Config/testthat/edition: 3