Commit 382385d9 authored by Emile Contal's avatar Emile Contal
Browse files

add README

parent a32df447
Loading
Loading
Loading
Loading

README.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
The MATLAB code provided here includes several optimization algorithms (purely sequential or batch) using Gaussian processes. Available algorithms include GP-UCB, EI, Chaining-UCB for sequential optimization, and GP-UCB-PE, GP-B-UCB for batch optimization. The implementation uses efficient updating formulae in order to remain scalable to a large number of training points.

Please go to http://localhost/homepage/software/ for example of use and documentation.