We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3431057 commit b2cf23cCopy full SHA for b2cf23c
benchmark/README.md
@@ -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