Skip to content

Commit 5018760

Browse files
committed
changed the title
1 parent 38a7189 commit 5018760

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
books/_build
22
books/.ipynb_checkpoints
33
.DS_store
4-
books/.DS_store
4+
books/.DS_store
5+
books/*/.ipynb_checkpoints

books/const_seq_sampling/prob_feas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Probability of Feasibility\n",
7+
"# Constrained Expected Improvement with Probability of Feasibility\n",
88
"\n",
99
"This section demonstrates the probability of feasibility (PF) method which is used for performing balanced exploration and exploitation for constrained optimization problems. The next infill point is obtained by solving an optimization problem, which is written as \n",
1010
"\n",

0 commit comments

Comments
 (0)