yukai-yang/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.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.0.0
URL https://github.com/yukai-yang/zoomgrid
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("yukai-yang/zoomgrid")
yukai-yang/zoomgrid documentation built on May 21, 2019, 2:31 a.m.