mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
Merge pull request #754 from andycheng123/refactor/optimizer-config
optimizer: refactor max num of process in optimizer configs
This commit is contained in:
commit
41a3d92b6d
|
@ -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