add mongodb support for hyperopt parallelization
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
DB_NAME=freqtrade_hyperopt
|
||||
|
||||
hyperopt-mongo-worker --mongo=127.0.0.1:1234/${DB_NAME} --poll-interval=0.1
|
||||
Reference in New Issue
Block a user