Skip to content

Commit 38a7189

Browse files
committed
added probability of feasibility
1 parent b401b2a commit 38a7189

File tree

4 files changed

+452
-3
lines changed

4 files changed

+452
-3
lines changed

books/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ chapters:
4242
- file: const_seq_sampling/const_exploit
4343
- file: const_seq_sampling/const_explor
4444
- file: const_seq_sampling/const_ei
45+
- file: const_seq_sampling/prob_feas
4546
- file: sens_analysis/intro
4647
sections:
4748
- file: sens_analysis/local

books/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",

books/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,

books/const_seq_sampling/prob_feas.ipynb

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

0 commit comments

Comments
 (0)