mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +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
|
# go run ./cmd/bbgo optimize --config bollmaker_ethusdt.yaml --optimizer-config optimizer.yaml --debug
|
||||||
#
|
#
|
||||||
---
|
---
|
||||||
maxThread: 10
|
executor:
|
||||||
|
type: local
|
||||||
|
local:
|
||||||
|
maxNumberOfProcesses: 10
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- type: iterate
|
- type: iterate
|
||||||
path: '/exchangeStrategies/0/bollmaker/interval'
|
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
|
# 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:
|
matrix:
|
||||||
|
|
||||||
- type: iterate
|
- type: iterate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user