Spaces:
Running
Running
Commit
·
f20792e
1
Parent(s):
925dcc4
Clean up examples
Browse files- docs/examples.md +2 -2
docs/examples.md
CHANGED
|
@@ -17,8 +17,8 @@ kwargs = dict(populations=5, niterations=5, annealing=True)
|
|
| 17 |
|
| 18 |
## 1. Simple search
|
| 19 |
|
| 20 |
-
Here's a simple example where we
|
| 21 |
-
|
| 22 |
|
| 23 |
```python
|
| 24 |
X = 2 * np.random.randn(100, 5)
|
|
|
|
| 17 |
|
| 18 |
## 1. Simple search
|
| 19 |
|
| 20 |
+
Here's a simple example where we
|
| 21 |
+
find the expression `2 cos(x3) + x0^2 - 2`.
|
| 22 |
|
| 23 |
```python
|
| 24 |
X = 2 * np.random.randn(100, 5)
|