Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Add integration test for BOHB #985

Merged
merged 2 commits into from
Apr 15, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions test/config_test/tuners/mnist-bohb.test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
authorName: nni
experimentName: default_test
maxExecDuration: 5m
maxTrialNum: 2
trialConcurrency: 1
searchSpacePath: search_space_hyperband.json

advisor:
builtinAdvisorName: BOHB
classArgs:
max_budget: 27
min_budget: 1
eta: 3
optimize_mode: maximize
trial:
codeDir: ../../../examples/trials/mnist-advisor
command: python3 mnist.py
gpuNum: 0

useAnnotation: false
multiPhase: false
multiThread: false

trainingServicePlatform: local

4 changes: 0 additions & 4 deletions test/config_test/tuners/mnist-hyperband.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ advisor:
optimize_mode: maximize
R: 60
eta: 3
assessor:
builtinAssessorName: Medianstop
classArgs:
optimize_mode: maximize
trial:
codeDir: ../../../examples/trials/mnist-advisor
command: python3 mnist.py
Expand Down