mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
optimizer: refactor max num of process config
This commit is contained in:
parent
612df45c5e
commit
689a12d80d
|
@ -3,7 +3,11 @@
|
|||
# go run ./cmd/bbgo optimize --config bollmaker_ethusdt.yaml --optimizer-config optimizer.yaml --debug
|
||||
#
|
||||
---
|
||||
maxThread: 10
|
||||
executor:
|
||||
type: local
|
||||
local:
|
||||
maxNumberOfProcesses: 10
|
||||
|
||||
matrix:
|
||||
- type: iterate
|
||||
path: '/exchangeStrategies/0/bollmaker/interval'
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
# go run ./cmd/bbgo optimize --config config/pivotshort-ETHUSDT.yaml --optimizer-config config/pivotshort_optimizer.yaml --debug
|
||||
#
|
||||
---
|
||||
maxThread: 10
|
||||
executor:
|
||||
type: local
|
||||
local:
|
||||
maxNumberOfProcesses: 10
|
||||
|
||||
matrix:
|
||||
|
||||
- type: iterate
|
||||
|
|
Loading…
Reference in New Issue
Block a user