Skip to content

Commit

Permalink
Initial minimum working example of BayBE with no noise
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhmanning committed Mar 27, 2024
1 parent a2b654b commit f12d411
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 0 deletions.
367 changes: 367 additions & 0 deletions src/baybe_no_noise.ipynb

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions src/baybe_playground.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@
"df"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 93,
Expand Down Expand Up @@ -349,6 +356,16 @@
"source": [
"campaign.recommend(batch_size=3)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"for iteration in range(5):\n",
" "
]
}
],
"metadata": {
Expand Down
4 changes: 4 additions & 0 deletions src/seed_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
schwefel1,Yield
356.99134680215377,403.0454233719017
-309.0047300290056,123.75848185395103
-55.674007109553486,470.42364275539364

0 comments on commit f12d411

Please sign in to comment.