From 3e55518ff67e3d650d03bfbd9c0e978da77e6da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4se?= Date: Fri, 1 Feb 2019 20:46:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ad0117..0898ead 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Phoenics -![https://img.shields.io/github/issues-raw/aspuru-guzik-group/phoenics.svg?style=flat]() +![](https://img.shields.io/github/issues-raw/aspuru-guzik-group/phoenics.svg?style=flat) Phoenics is an open source optimization algorithm combining ideas from Bayesian optimization with Bayesian Kernel Density estimation [1]. It performs global optimization on expensive to evaluate objectives, such as physical experiments or demanding computations. Phoenics supports sequential and batch optimizations and allows for the simultaneous optimization of multiple objectives via the Chimera scalarizing function [2].