index.rst 616 Bytes
Newer Older
liuzhe-lz's avatar
liuzhe-lz committed
1
2
3
4
###########################
Hyperparameter Optimization
###########################

liuzhe-lz's avatar
liuzhe-lz committed
5
6
Auto hyperparameter optimization (HPO), or auto tuning, is one of the key features of NNI.

liuzhe-lz's avatar
liuzhe-lz committed
7
8
9
10
11
12
13
14
15
16
17
18
19
..  raw:: html

    <script>
    const parts = window.location.href.split('/');
    if (parts.pop() === 'index.html') {
        window.location.replace(parts.join('/') + '/overview.html')
    }
    </script>

..  toctree::
    :maxdepth: 2

    Overview <overview>
liuzhe-lz's avatar
liuzhe-lz committed
20
    Tutorial </tutorials/hpo_quickstart_pytorch/main>
liuzhe-lz's avatar
liuzhe-lz committed
21
22
23
24
    Search Space <search_space>
    Tuners <tuners>
    Assessors <assessors>
    Advanced Usage <advanced_toctree.rst>