Skip to content

Commit b978be1

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

benchmark/README.md

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

0 commit comments

Comments
 (0)