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