config.yml 413 Bytes
Newer Older
Deshui Yu's avatar
Deshui Yu committed
1
2
3
4
authorName: default
experimentName: example_ga_squad
trialConcurrency: 1
maxExecDuration: 1h
5
maxTrialNum: 10
Deshui Yu's avatar
Deshui Yu committed
6
7
8
9
10
#choice: local, remote
trainingServicePlatform: local
#choice: true, false
useAnnotation: false
tuner:
11
  codeDir: ../tuners/ga_customer_tuner
12
13
14
15
  classFileName: customer_tuner.py
  className: CustomerTuner
  classArgs:
    optimize_mode: maximize
Deshui Yu's avatar
Deshui Yu committed
16
trial:
17
  command: python3 trial.py
18
  codeDir: .
19
  gpuNum: 0