authorName: default experimentName: example_mnist trialConcurrency: 3 maxExecDuration: 1h maxTrialNum: 10 trainingServicePlatform: hybrid searchSpacePath: search_space.json #choice: true, false useAnnotation: false tuner: #choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner, GPTuner #SMAC (SMAC should be installed through nnictl) builtinTunerName: TPE classArgs: #choice: maximize, minimize optimize_mode: maximize trial: command: python3 mnist.py codeDir: . gpuNum: 0 hybridConfig: trainingServicePlatforms: - local - remote remoteConfig: reuse: true machineList: - ip: 10.1.1.1 username: bob passwd: bob123 #port can be skip if using default ssh port 22 #port: 22