-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.01 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
Package: zoomgrid
Type: Package
Title: Grid Search Algorithm with a Zoom
Version: 1.0.0
Authors@R: person(given="Yukai",family="Yang",email="yukai.yang@statistik.uu.se",role=c("aut","cre"),comment=c(ORCID="0000-0002-2623-8549"))
Description: Provides the grid search algorithm with a zoom.
The grid search algorithm with a zoom aims to help solving difficult optimization problem
where there are many local optima inside the domain of the target function.
It offers suitable initial or starting value for the following optimization procedure,
provided that the global optimum exists in the neighbourhood of the initial or starting value.
The grid search algorithm with a zoom saves time tremendously in cases with high-dimensional arguments.
Depends: R (>= 3.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/yukai-yang/zoomgrid
BugReports: https://github.com/yukai-yang/zoomgrid/issues
Imports:
parallel
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr