Skip to content

Commit 0f9b6a3

Browse files
committed
Update documentation
1 parent 0627c39 commit 0f9b6a3

Some content is hidden

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

65 files changed

+2699
-11
lines changed
235 KB
Loading
236 KB
Loading
236 KB
Loading
61.9 KB
Loading
56.6 KB
Loading
60.9 KB
Loading

_sources/const_seq_sampling/const_ei.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Constrained Expected Improvement\n",
88
"\n",
9-
"This section demonstrates constrained Expected Improvement (EI) which is a widely used criteria for performing constrained balanced exploration and exploitation. The next infill point is obtained by maximizing EI while taking into account the constraints. The optimization problem is written as\n",
9+
"This section demonstrates constrained Expected Improvement (EI) which is one of the methods for performing constrained balanced exploration and exploitation. The next infill point is obtained by maximizing EI while taking into account the constraints. The optimization problem is written as\n",
1010
"\n",
1111
"$$\n",
1212
" \\begin{align*}\n",

_sources/const_seq_sampling/intro.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"1. Constrained Exploitation\n",
1313
"2. Constrained Exploration\n",
1414
"3. Constrained Expected Improvement\n",
15+
"4. Probability of Feasibility\n",
1516
"\n",
1617
"To demonstrate the working of these methods, constrained version of **Modified Branin function**, which is written as\n",
1718
"\n",
@@ -167,7 +168,7 @@
167168
],
168169
"metadata": {
169170
"kernelspec": {
170-
"display_name": "Python 3 (ipykernel)",
171+
"display_name": "sm",
171172
"language": "python",
172173
"name": "python3"
173174
},
@@ -181,7 +182,7 @@
181182
"name": "python",
182183
"nbconvert_exporter": "python",
183184
"pygments_lexer": "ipython3",
184-
"version": "3.9.19"
185+
"version": "3.9.18"
185186
}
186187
},
187188
"nbformat": 4,

_sources/const_seq_sampling/prob_feas.ipynb

Lines changed: 447 additions & 0 deletions
Large diffs are not rendered by default.

_sources/const_seq_sampling/prof_feasibility.ipynb

Lines changed: 459 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)