-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathparams.json
1 lines (1 loc) · 4.06 KB
/
params.json
1
{"name":"BayesOpt","tagline":"BayesOpt: A toolbox for bayesian optimization, experimental design and stochastic bandits.","body":"BayesOpt: A Bayesian optimization library\r\n=========================================\r\n\r\nBayesOpt is an efficient implementation of the Bayesian optimization\r\nmethodology for nonlinear-optimization, experimental design,\r\nstochastic bandits and hyperparameter tunning. In the literature it is\r\nalso called Sequential Kriging Optimization (SKO), Sequential\r\nModel-Based Optimization (SMBO) or Efficient Global Optimization\r\n(EGO).\r\n\r\nBayesian optimization uses a distribution over functions to build a\r\nmodel of the unknown function for we are looking the extrema, and then\r\napply some active learning strategy to select the query points that\r\nprovides most potential interest or improvement. Thus, it is a\r\nsampling efficient method for nonlinear optimization, design of\r\nexperiments or bandits-like problems.\r\n\r\n\r\nGetting and installing BayesOpt\r\n-------------------------------\r\n\r\nThe library can be download from any of this sources:\r\n\r\n- Download: <https://bitbucket.org/rmcantin/bayesopt>\r\n- Mirror: </~https://github.com/rmcantin/bayesopt>\r\n- Mirror: <http://mloss.org/software/view/453/>\r\n\r\nYou can also get the *cutting-edge* version from the repositories:\r\n\r\n >> hg clone https://bitbucket.org/rmcantin/bayesopt\r\n\r\nor the git mirror:\r\n\r\n >> git clone /~https://github.com/rmcantin/bayesopt\r\n\r\nThe install guide and documentation for Windows, Linux and MacOS:\r\n- [Online docs](http://rmcantin.bitbucket.org/html/)\r\n\r\n\r\nUsing BayesOpt for academic or commercial purposes\r\n--------------------------------------------------\r\n\r\nBayesOpt is licensed under the GPL and it is free to use. However,\r\nplease consider these recomentations when using BayesOpt:\r\n\r\n- If you use BayesOpt in a work that leads to a **scientific\r\npublication**, we would appreciate it if you would kindly cite BayesOpt\r\nin your manuscript. Cite BayesOpt as:\r\n\r\n> Ruben Martinez-Cantin, **BayesOpt: A Bayesian Optimization\r\n> Library for Nonlinear Optimization, Experimental Design and\r\n> Bandits**. Journal of Machine Learning Research, 15(Nov):3735--3739, 2014.\r\n\r\nThe paper can be found at http://jmlr.org/papers/v15/martinezcantin14a.html\r\nIn addition, if you **use a specific algorithm** (REMBO, GP-Hedge,\r\netc.), please also cite the corresponding work. The reference for each\r\nspecific algorithm can be found in the documentation.\r\n\r\n- Commercial applications may also adquire a **commercial license** or ask for consulting support. Please\r\ncontact <rmcantin@unizar.es> for details.\r\n\r\nGetting involved\r\n----------------\r\n\r\nThe best place to ask questions and discuss about BayesOpt is the\r\n[bayesopt-discussion mailing\r\nlist](https://groups.google.com/forum/#!forum/bayesopt-discussion). Alternatively,\r\nyou may directly contact Ruben Martinez-Cantin <rmcantin@unizar.es>.\r\n\r\nPlease file bug reports or suggestions at: \r\n\r\n- https://bitbucket.org/rmcantin/bayesopt/issues or\r\n- /~https://github.com/rmcantin/bayesopt/issues\r\n\r\n----------------------------------------------------------------------\r\n\r\nCopyright (C) 2011-2015 Ruben Martinez-Cantin <rmcantin@unizar.es>\r\n\r\nBayesOpt is free software: you can redistribute it and/or modify it\r\nunder the terms of the GNU General Public License as published by the\r\nFree Software Foundation, either version 3 of the License, or (at your\r\noption) any later version.\r\n\r\nBayesOpt is distributed in the hope that it will be useful, but\r\nWITHOUT ANY WARRANTY; without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\nGeneral Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License\r\nalong with BayesOpt. If not, see <http://www.gnu.org/licenses/>.\r\n\r\n----------------------------------------------------------------------","google":"UA-41494186-1","note":"Don't delete this file! It's used internally to help with page regeneration."}