zoomgrid: Grid Search Algorithm with a Zoom

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.

Version: 1.0.0
Depends: R (≥ 3.0.0)
Imports: parallel
Suggests: knitr, rmarkdown
Published: 2019-01-03
Author: Yukai Yang ORCID iD [aut, cre]
Maintainer: Yukai Yang <yukai.yang at statistik.uu.se>
BugReports: https://github.com/yukai-yang/zoomgrid/issues
License: GPL-3
URL: https://github.com/yukai-yang/zoomgrid
NeedsCompilation: no
Materials: NEWS
CRAN checks: zoomgrid results

Downloads:

Reference manual: zoomgrid.pdf
Vignettes: Grid Search Algorithm with a Zoom
Package source: zoomgrid_1.0.0.tar.gz
Windows binaries: r-devel: zoomgrid_1.0.0.zip, r-release: zoomgrid_1.0.0.zip, r-oldrel: zoomgrid_1.0.0.zip
OS X binaries: r-release: zoomgrid_1.0.0.tgz, r-oldrel: not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=zoomgrid to link to this page.