Skip to content

Commit 437c7a6

Browse files
committed
Update brute force time
1 parent f04cae0 commit 437c7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: vignettes/Optimizers.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ It searches through the whole space at once.
5454

5555
This is the only optimizer that will certainly find the actual MAP Estimator.
5656

57-
Brute Force is **only recommended** for small spaces ($p \le 9$). It can also browse bigger spaces, but the required time is probably too long. We tested how much time it takes to browse with Brute Force (AMD EPYC 7413 Processor, single core), and we show the time in the table below:
57+
Brute Force is **only recommended** for small spaces ($p \le 9$). It can also browse bigger spaces, but the required time is probably too long. We tested how much time it takes to browse with Brute Force (Apple M2, single core), and we show the time in the table below:
5858

5959
| p=2 | p=3 | p=4 | p=5 | p=6 | p=7 | p=8 | p=9 | p=10 |
6060
|-----------|-----------|----------|---------|-------|---------|--------|-------|---------------|
61-
| 0.007 sec | 0.015 sec | 0.04 sec | 0.2 sec | 1 sec | 4.5 sec | 30 sec | 4 min | 1 hour 45 min |
61+
| 0.005 sec 1 | 0.010 sec | 0.025 sec | 0.075 sec | 0.3 sec | 1.8 sec | 13 sec | 1.8 min | 47 min |
6262

6363

6464

0 commit comments

Comments
 (0)