aspuru-guzik-group / phoenics

Phoenics: Bayesian optimization for efficient experiment planning
Apache License 2.0
89 stars 19 forks source link

objective function #2

Closed Yuanpengli closed 5 years ago

Yuanpengli commented 5 years ago

Hi Florian Hase,

I have read this paper. You have been mention many objective function in the Supplementary Information, such as Dejong, Camel, Branin. I could not find objective function in the code. Could you tell me how can I find it. Many thanks!!

Best wishes

FlorianHase commented 5 years ago

Hi @Yuanpengli, thank you for your message. Indeed, some of the benchmark functions which are reported in the paper have not made it to the repository, for which I would like to apologize. I just uploaded python implementations of all 15 benchmark functions. You can find them in benchmark_functions.py in examples. Please let me know if this answers your question, and if the file lists all the functions you were looking for.

Yuanpengli commented 5 years ago

Thank you. It is very useful.