README.md

rHyperband

CRAN_Status_Badge CRAN Downloads CRAN Downloads Total Linux/Mac: Build Status Windows: AppVeyor Build Status

Hyperband algorithm for Hyperparameter Optimization

A Pure R implementation of Hyperband algorithm for Hyperparameter Optimization.

This is the Bridgewater version that has a parallel option. See: https://cran.r-project.org/web/packages/doParallel/vignettes/gettingstartedParallel.pdf

To install: * the stable version from CRAN:

install.packages("rHyperband")
devtools::install_github("tianlongwang-bw/rHyperParellel")

Because of authentication issues, you may need to download the zip file, and then create a tarball, and then install it. unzip rHyperband-master.zip R CMD build --force rHyperband-master sudo R CMD INSTALL rHyperband_1.0.0-1.tar.gz



tianlongwang-bw/rHyperParellel documentation built on May 6, 2019, 8:59 p.m.