Skip to content

Commit 9740f9e

Browse files
committed
Add deprecation warning in warning and docs
1 parent ae21560 commit 9740f9e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Docs](https://github.com/basf/mopti/actions/workflows/docs.yml/badge.svg)](https://basf.github.io/mopti/)
55
[![PyPI](https://img.shields.io/pypi/v/mopti.svg?color=%2334D058)](https://pypi.org/project/mopti)
66

7+
**Opti is deprecated. Consider using [BoFire](https://github.com/experimental-design/bofire) instead.**
78

89
Opti is a Python package for specifying problems in a number of closely related fields, including experimental design, multiobjective optimization, decision making and Bayesian optimization.
910

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Introduction
22

3+
!!! warning
4+
Opti is deprecated. Consider using [BoFire](https://github.com/experimental-design/bofire) instead.
5+
36
The primary purpose of opti is to define tasks or problems in a number of closely related fields, including experimental design, multiobjective optimization and decision making and Bayesian optimization.
47

58
Opti specifications are json serializable for use in RESTful APIs and are to a large extent agnostic to the specific methods and frameworks in which the problems are solved.

0 commit comments

Comments
 (0)