Spaces:
Sleeping
Sleeping
Clarify for benchmarks under v0.3.2
Browse files- benchmarks/README.md +0 -2
benchmarks/README.md
CHANGED
|
@@ -10,8 +10,6 @@ with this API call in `benchmark.sh`
|
|
| 10 |
eq = pysr(X, y, binary_operators=["plus", "mult", "div", "pow"], unary_operators=["sin"], niterations=20, procs=4, parsimony=1e-10, npop=1000, ncyclesperiteration=1000)
|
| 11 |
```
|
| 12 |
|
| 13 |
-
(with threads switched with procs in <v0.3.2)
|
| 14 |
-
|
| 15 |
|
| 16 |
Version | Cycles/second
|
| 17 |
--- | ---
|
|
|
|
| 10 |
eq = pysr(X, y, binary_operators=["plus", "mult", "div", "pow"], unary_operators=["sin"], niterations=20, procs=4, parsimony=1e-10, npop=1000, ncyclesperiteration=1000)
|
| 11 |
```
|
| 12 |
|
|
|
|
|
|
|
| 13 |
|
| 14 |
Version | Cycles/second
|
| 15 |
--- | ---
|