rmcantin / bayesopt

BayesOpt: A toolbox for bayesian optimization, experimental design and stochastic bandits.
GNU Affero General Public License v3.0
396 stars 92 forks source link

R wrapper #3

Open noamross opened 9 years ago

noamross commented 9 years ago

I realize this may be out-of-scope, but it's just out of my abilities to contribute myself and I hope a community member will take it up. An R wrapper for BayesOpt would be great. With Rcpp it should be (relatively) easy to wrap the C++ API, much like nloptr does for NLopt.

rmcantin commented 9 years ago

I totally agree, but my knowledge of R is minimal and I rather focus on adding new core features. If anyone wants to write the wrapper, I'll be glad to integrate it.