"vscode:/vscode.git/clone" did not exist on "e4ae64b6b1e3c6746e1b01fca8c24ec6927b81ef"
registered_algorithms.yml 3.6 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
advisors:
- builtinName: Hyperband
  classArgsValidator: nni.algorithms.hpo.hyperband_advisor.hyperband_advisor.HyperbandClassArgsValidator
  className: nni.algorithms.hpo.hyperband_advisor.hyperband_advisor.Hyperband
  source: nni
- builtinName: BOHB
  classArgsValidator: nni.algorithms.hpo.bohb_advisor.bohb_advisor.BOHBClassArgsValidator
  className: nni.algorithms.hpo.bohb_advisor.bohb_advisor.BOHB
  source: nni
assessors:
- builtinName: Medianstop
  classArgsValidator: nni.algorithms.hpo.medianstop_assessor.medianstop_assessor.MedianstopClassArgsValidator
  className: nni.algorithms.hpo.medianstop_assessor.medianstop_assessor.MedianstopAssessor
  source: nni
- builtinName: Curvefitting
  classArgsValidator: nni.algorithms.hpo.curvefitting_assessor.curvefitting_assessor.CurvefittingClassArgsValidator
  className: nni.algorithms.hpo.curvefitting_assessor.curvefitting_assessor.CurvefittingAssessor
  source: nni
tuners:
- builtinName: PPOTuner
  classArgsValidator: nni.algorithms.hpo.ppo_tuner.ppo_tuner.PPOClassArgsValidator
  className: nni.algorithms.hpo.ppo_tuner.ppo_tuner.PPOTuner
  source: nni
- builtinName: SMAC
  classArgsValidator: nni.algorithms.hpo.smac_tuner.smac_tuner.SMACClassArgsValidator
  className: nni.algorithms.hpo.smac_tuner.smac_tuner.SMACTuner
  source: nni
- builtinName: TPE
  classArgs:
    algorithm_name: tpe
  classArgsValidator: nni.algorithms.hpo.hyperopt_tuner.hyperopt_tuner.HyperoptClassArgsValidator
  className: nni.algorithms.hpo.hyperopt_tuner.hyperopt_tuner.HyperoptTuner
  source: nni
- acceptClassArgs: false
  builtinName: Random
  classArgs:
    algorithm_name: random_search
  classArgsValidator: nni.algorithms.hpo.hyperopt_tuner.hyperopt_tuner.HyperoptClassArgsValidator
  className: nni.algorithms.hpo.hyperopt_tuner.hyperopt_tuner.HyperoptTuner
  source: nni
- builtinName: Anneal
  classArgs:
    algorithm_name: anneal
  classArgsValidator: nni.algorithms.hpo.hyperopt_tuner.hyperopt_tuner.HyperoptClassArgsValidator
  className: nni.algorithms.hpo.hyperopt_tuner.hyperopt_tuner.HyperoptTuner
  source: nni
- builtinName: Evolution
  classArgsValidator: nni.algorithms.hpo.evolution_tuner.evolution_tuner.EvolutionClassArgsValidator
  className: nni.algorithms.hpo.evolution_tuner.evolution_tuner.EvolutionTuner
  source: nni
- acceptClassArgs: false
  builtinName: BatchTuner
  className: nni.algorithms.hpo.batch_tuner.batch_tuner.BatchTuner
  source: nni
- acceptClassArgs: false
  builtinName: GridSearch
  className: nni.algorithms.hpo.gridsearch_tuner.gridsearch_tuner.GridSearchTuner
  source: nni
- builtinName: NetworkMorphism
  classArgsValidator: nni.algorithms.hpo.networkmorphism_tuner.networkmorphism_tuner.NetworkMorphismClassArgsValidator
  className: nni.algorithms.hpo.networkmorphism_tuner.networkmorphism_tuner.NetworkMorphismTuner
  source: nni
- builtinName: MetisTuner
  classArgsValidator: nni.algorithms.hpo.metis_tuner.metis_tuner.MetisClassArgsValidator
  className: nni.algorithms.hpo.metis_tuner.metis_tuner.MetisTuner
  source: nni
- builtinName: GPTuner
  classArgsValidator: nni.algorithms.hpo.gp_tuner.gp_tuner.GPClassArgsValidator
  className: nni.algorithms.hpo.gp_tuner.gp_tuner.GPTuner
  source: nni
- builtinName: PBTTuner
  classArgsValidator: nni.algorithms.hpo.pbt_tuner.pbt_tuner.PBTClassArgsValidator
  className: nni.algorithms.hpo.pbt_tuner.pbt_tuner.PBTTuner
  source: nni
- builtinName: RegularizedEvolutionTuner
  classArgsValidator: nni.algorithms.hpo.regularized_evolution_tuner.regularized_evolution_tuner.EvolutionClassArgsValidator
  className: nni.algorithms.hpo.regularized_evolution_tuner.regularized_evolution_tuner.RegularizedEvolutionTuner
  source: nni