Skip to content

Commit 048418c

Browse files
committed
gen items
1 parent a6c6770 commit 048418c

File tree

144 files changed

+624
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+624
-192
lines changed
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "86cb4483",
5+
"id": "8094c7b9",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "ce65555d",
14+
"id": "0d3ca609",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "cada9496",
24+
"id": "09e6c837",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -83,6 +83,9 @@
8383
" obj1_name: ObjectiveProperties(minimize=True),\n",
8484
" obj2_name: ObjectiveProperties(minimize=True),\n",
8585
" },\n",
86+
" parameter_constraints=[\n",
87+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
88+
" ],\n",
8689
")\n",
8790
"\n",
8891
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "805e5770",
5+
"id": "1f3e2156",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "aba33c3c",
14+
"id": "541781f2",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "b658c7a0",
24+
"id": "3dc1a03d",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -83,6 +83,9 @@
8383
" obj1_name: ObjectiveProperties(minimize=True),\n",
8484
" obj2_name: ObjectiveProperties(minimize=True),\n",
8585
" },\n",
86+
" parameter_constraints=[\n",
87+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
88+
" ],\n",
8689
")\n",
8790
"\n",
8891
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "ff967b01",
5+
"id": "a9045c10",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-True+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-True+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "35d397c4",
14+
"id": "448d9492",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "b0ed454c",
24+
"id": "664fe2ff",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -83,6 +83,9 @@
8383
" obj1_name: ObjectiveProperties(minimize=True, threshold=25.0),\n",
8484
" obj2_name: ObjectiveProperties(minimize=True, threshold=15.0),\n",
8585
" },\n",
86+
" parameter_constraints=[\n",
87+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
88+
" ],\n",
8689
")\n",
8790
"\n",
8891
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "c505e563",
5+
"id": "ad0529e0",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-True+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-True+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "94f29850",
14+
"id": "8b3ea5db",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "ea928682",
24+
"id": "f95a16d2",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -83,6 +83,9 @@
8383
" obj1_name: ObjectiveProperties(minimize=True, threshold=25.0),\n",
8484
" obj2_name: ObjectiveProperties(minimize=True, threshold=15.0),\n",
8585
" },\n",
86+
" parameter_constraints=[\n",
87+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
88+
" ],\n",
8689
")\n",
8790
"\n",
8891
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "b83362b0",
5+
"id": "0806c11c",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-False+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-False+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "99eb1801",
14+
"id": "3e4721a3",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "54cfd098",
24+
"id": "693c4f65",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -97,6 +97,9 @@
9797
" obj1_name: ObjectiveProperties(minimize=True),\n",
9898
" obj2_name: ObjectiveProperties(minimize=True),\n",
9999
" },\n",
100+
" parameter_constraints=[\n",
101+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
102+
" ],\n",
100103
")\n",
101104
"\n",
102105
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0e9444e1",
5+
"id": "eebd5936",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-False+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-False+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "988c375a",
14+
"id": "41e30cdd",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "e29e4db6",
24+
"id": "28ba6783",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -97,6 +97,9 @@
9797
" obj1_name: ObjectiveProperties(minimize=True),\n",
9898
" obj2_name: ObjectiveProperties(minimize=True),\n",
9999
" },\n",
100+
" parameter_constraints=[\n",
101+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
102+
" ],\n",
100103
")\n",
101104
"\n",
102105
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "111fe8bb",
5+
"id": "e8703de1",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-True+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-True+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "e7c5fde2",
14+
"id": "1d080cbe",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "9df799ac",
24+
"id": "bedfb772",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -97,6 +97,9 @@
9797
" obj1_name: ObjectiveProperties(minimize=True, threshold=25.0),\n",
9898
" obj2_name: ObjectiveProperties(minimize=True, threshold=15.0),\n",
9999
" },\n",
100+
" parameter_constraints=[\n",
101+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
102+
" ],\n",
100103
")\n",
101104
"\n",
102105
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "a56c006a",
5+
"id": "5358e7f4",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-True+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-True+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "c976c668",
14+
"id": "db5c9407",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "68630461",
24+
"id": "be8981b3",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -97,6 +97,9 @@
9797
" obj1_name: ObjectiveProperties(minimize=True, threshold=25.0),\n",
9898
" obj2_name: ObjectiveProperties(minimize=True, threshold=15.0),\n",
9999
" },\n",
100+
" parameter_constraints=[\n",
101+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
102+
" ],\n",
100103
")\n",
101104
"\n",
102105
"\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "50905ee9",
5+
"id": "1cc23d8f",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-True+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-True+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "69cead1a",
14+
"id": "3494faf4",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "4a244371",
24+
"id": "9cfb8a5f",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -104,6 +104,9 @@
104104
" obj1_name: ObjectiveProperties(minimize=True),\n",
105105
" obj2_name: ObjectiveProperties(minimize=True),\n",
106106
" },\n",
107+
" parameter_constraints=[\n",
108+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
109+
" ],\n",
107110
")\n",
108111
"\n",
109112
"# Add existing data to the AxClient\n",
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "16f2f0c1",
5+
"id": "2fd8968d",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-True+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
8+
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs\\generated_notebooks\\ax\\objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-True+sum_constraint-True+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
99
]
1010
},
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "93e95ffb",
14+
"id": "94bc7ffb",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "a3b65067",
24+
"id": "2f187aab",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -104,6 +104,9 @@
104104
" obj1_name: ObjectiveProperties(minimize=True),\n",
105105
" obj2_name: ObjectiveProperties(minimize=True),\n",
106106
" },\n",
107+
" parameter_constraints=[\n",
108+
" \"x1 + x2 <= 15.0\", # example of a sum constraint\n",
109+
" ],\n",
107110
")\n",
108111
"\n",
109112
"# Add existing data to the AxClient\n",

0 commit comments

Comments
 (0)