"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "40bab788fcfb1e94d746f1b121e35c24059ad443"
hpo.rst 1.76 KB
Newer Older
liuzhe-lz's avatar
liuzhe-lz committed
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
HPO API Reference
=================

Trial APIs
----------

.. autofunction:: nni.get_current_parameter
.. autofunction:: nni.get_experiment_id
.. autofunction:: nni.get_next_parameter
.. autofunction:: nni.get_sequence_id
.. autofunction:: nni.get_trial_id
.. autofunction:: nni.report_final_result
.. autofunction:: nni.report_intermediate_result

Tuners
------

.. autoclass:: nni.algorithms.hpo.batch_tuner.BatchTuner
    :members:
.. autoclass:: nni.algorithms.hpo.bohb_advisor.BOHB
    :members:
.. autoclass:: nni.algorithms.hpo.dngo_tuner.DNGOTuner
    :members:
.. autoclass:: nni.algorithms.hpo.evolution_tuner.EvolutionTuner
    :members:
.. autoclass:: nni.algorithms.hpo.gp_tuner.GPTuner
    :members:
.. autoclass:: nni.algorithms.hpo.gridsearch_tuner.GridSearchTuner
    :members:
.. autoclass:: nni.algorithms.hpo.hyperband_advisor.Hyperband
    :members:
.. autoclass:: nni.algorithms.hpo.hyperopt_tuner.HyperoptTuner
    :members:
.. autoclass:: nni.algorithms.hpo.metis_tuner.MetisTuner
    :members:
.. autoclass:: nni.algorithms.hpo.pbt_tuner.PBTTuner
    :members:
.. autoclass:: nni.algorithms.hpo.ppo_tuner.PPOTuner
    :members:
.. autoclass:: nni.algorithms.hpo.random_tuner.RandomTuner
    :members:
.. autoclass:: nni.algorithms.hpo.smac_tuner.SMACTuner
    :members:
.. autoclass:: nni.algorithms.hpo.tpe_tuner.TpeTuner
    :members:
.. autoclass:: nni.algorithms.hpo.tpe_tuner.TpeArguments

Assessors
---------

.. autoclass:: nni.algorithms.hpo.curvefitting_assessor.CurvefittingAssessor
    :members:
.. autoclass:: nni.algorithms.hpo.medianstop_assessor.MedianstopAssessor
    :members:

Customization
-------------

.. autoclass:: nni.assessor.AssessResult
    :members:
.. autoclass:: nni.assessor.Assessor
    :members:
.. autoclass:: nni.tuner.Tuner
    :members: