Skip to content

Commit 51d3b3b

Browse files
authored
Fix output table
There's was a weird chat in output tables. This commit removes them.
1 parent 9607c7f commit 51d3b3b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ optimizer.maximize(
109109

110110
| iter | target | x | y |
111111
-------------------------------------------------
112-
|  1  | -7.135  |  2.834  |  1.322  |
113-
|  2  | -7.78  |  2.0  | -1.186  |
114-
|  3  | -19.0  |  4.0  |  3.0  |
115-
|  4  | -16.3  |  2.378  | -2.413  |
116-
|  5  | -4.441  |  2.105  | -0.005822 |
112+
| 1 | -7.135 | 2.834 | 1.322 |
113+
| 2 | -7.78 | 2.0 | -1.186 |
114+
| 3 | -19.0 | 4.0 | 3.0 |
115+
| 4 | -16.3 | 2.378 | -2.413 |
116+
| 5 | -4.441 | 2.105 | -0.005822 |
117117
=================================================
118118

119119

@@ -164,9 +164,9 @@ optimizer.maximize(
164164
-------------------------------------------------
165165
| 6 | -5.145 | 2.115 | -0.2924 |
166166
| 7 | -5.379 | 2.337 | 0.04124 |
167-
|  8 | -3.581 |  1.874 | -0.03428 |
168-
|  9 | -2.624 |  1.702 |  0.1472 |
169-
|  10 | -1.762 |  1.442 |  0.1735 |
167+
| 8 | -3.581 | 1.874 | -0.03428 |
168+
| 9 | -2.624 | 1.702 | 0.1472 |
169+
| 10 | -1.762 | 1.442 | 0.1735 |
170170
=================================================
171171

172172

0 commit comments

Comments
 (0)