Skip to content
Snippets Groups Projects
Commit 45f69e7c authored by shamith2's avatar shamith2
Browse files

Update README.md

parent 46f0508c
No related branches found
No related tags found
No related merge requests found
# HyperSphere
This is the implementation of the paper **BOCK: Bayesian Optimization with Cylindrical Kernels**(https://arxiv.org/pdf/1806.01619.pdf).
This is the implementation of the paper **BOCK: Bayesian Optimization with Cylindrical Kernels** (https://arxiv.org/pdf/1806.01619.pdf).
Goal of this paper is to propose a new Bayesian Optimization algorithm for high dimensional problems. Usually, in Bayesian Optimization, we have just a handful of data compared to these days' big data. We infuse our strong prior knowledge that we want to find a solution around the center of the search space. Moreover, due to statistical efficiency, we try to keep the number of learnable optimal in a sense that it is samll enough not to degrade statistical efficiency and large enough to cover variety of functions we bump into in black-box function optimization problems.
Adapted from : https://github.com/ChangYong-Oh/HyperSphere
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment