Skip to content

Commit b2cf23c

Browse files
committed
DOC: Add benchmark/README.md
1 parent 3431057 commit b2cf23c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

benchmark/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SAMBO Optimization Benchmark
2+
============================
3+
This package compares [SAMBO](https://sambo-optimization.github.io)
4+
to popular optimization `methods.py` by running the algorithms on
5+
test objective `funcs.py`.
6+
7+
Run in project root:
8+
```shell
9+
python -m benchmark |
10+
tee benchmark-$(date --iso-8601=minutes).txt
11+
```

0 commit comments

Comments
 (0)