From ee0357c0a4510c28fb408e1f549b0638605bc8ff Mon Sep 17 00:00:00 2001 From: Aaron Osburg <67548597+Osburg@users.noreply.github.com> Date: Tue, 6 Jun 2023 21:33:23 +0200 Subject: [PATCH] Update README.md: doe moved to BoFire --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 411539f..72e86e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DoE +Warning: DoE is now part of [BoFire](https://github.com/experimental-design/bofire). This repository is no longer maintained, please use BoFire for the latest version. + DoE is a python package for generating (D-)optimal experimental designs. It uses [opti](https://basf.github.io/mopti/) and [formulaic](https://matthewwardrop.github.io/formulaic/) for specifying the design space and model. @@ -53,4 +55,4 @@ design = find_local_max_ipopt(problem, "linear") ### Additional math contributors * David Hajnal -* Jorge Diaz \ No newline at end of file +* Jorge Diaz