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 b978be1Copy full SHA for b978be1
benchmark/README.md
@@ -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