Skip to content

Commit 4644d48

Browse files
authored
add api examples to docs (#548)
* add remark to api examples * smal reformulation
1 parent e825e0f commit 4644d48

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/examples.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ This is a collection of code examples to allow for an easy exploration of the fu
99
- [creating designs for a custom model](design_with_explicit_formula.ipynb)
1010
- [creating designs with NChooseK constraints](nchoosek_constraint.ipynb)
1111
- [creating full and fractional factorial designs](fractional_factorial.ipynb)
12+
13+
## API with BoFire
14+
15+
You can find an examples of how BoFire can be used in APIs in separate repositories:
16+
17+
- The [Candidates API](https://github.com/experimental-design/bofire-candidates-api) demonstrates an API that provides get new experimental candidates based on DoE or Bayesian optimization.
18+
- The [Types API](https://github.com/experimental-design/bofire-types-api) is an API to check serialized data models. For instance, a JavaScript frontend that allows the user to define an optimization domain can check its validity explicitly.

tutorials/getting_started.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10617,7 +10617,7 @@
1061710617
"id": "59",
1061810618
"metadata": {},
1061910619
"source": [
10620-
"An alternative way is calling the strategies constructor directly."
10620+
"An alternative way is calling the strategy's constructor directly."
1062110621
]
1062210622
},
1062310623
{

0 commit comments

Comments
 (0)