[go: nahoru, domu]

Skip to content

Tags: thanhtung09t2/bayesopt

Tags

v0.9

Toggle v0.9's commit message
Fixing issues rmcantin#16 and rmcantin#19 on github

v0.8.2

Toggle v0.8.2's commit message
Fixing issue in saving state

v0.8.1

Toggle v0.8.1's commit message
Fixed bug in initial values not being rescaled properly

v0.8

Toggle v0.8's commit message
Cleaning source tree and improving docs

--HG--
rename : system_calls_examples/branin_system_calls.cpp => examples/branin_system_calls.cpp
rename : system_calls_examples/branin_xml.cpp => examples/branin_xml.cpp
rename : system_calls_examples/eval_branin.py => examples/standalone_calls/eval_branin.py
rename : system_calls_examples/eval_branin_xml.py => examples/standalone_calls/eval_branin_xml.py
rename : system_calls_examples/problem_template.xml => examples/standalone_calls/problem_template.xml
rename : wrappers/bayesopt.h => include/bayesopt/bayesopt.h
rename : include/bayesopt.hpp => include/bayesopt/bayesopt.hpp
rename : include/bayesoptbase.hpp => include/bayesopt/bayesoptbase.hpp
rename : include/boparameters.h => include/bayesopt/parameters.h
rename : include/boparameters.hpp => include/bayesopt/parameters.hpp
rename : wrappers/bayesoptwpr.cpp => src/wrappers/bayesoptwpr.cpp

v0.7.2

Toggle v0.7.2's commit message
Fixing typo

v0.7.1

Toggle v0.7.1's commit message
Adding new changes to the docs.

v0.7

Toggle v0.7's commit message
Merged rmcantin/bayesopt into default

v0.6

Toggle v0.6's commit message
Bug in Python interface. Matlab linking issues doc moved to install.

v0.5.1

Toggle v0.5.1's commit message
Error handling in kernel, mean and criterion functions

v0.5

Toggle v0.5's commit message
Improved documentation.