Skip to content

Commit bbd69b8

Browse files
Merge pull request #355 from KernelTuner/add_searchspace_to_doc
add searchspace object to design documentation
2 parents f01777a + 9e77d19 commit bbd69b8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

doc/source/design.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ discussed above. For the documentation of the user API see the
6060
:doc:`user-api`.
6161

6262

63+
SearchSpace
64+
-----------
65+
66+
The SearchSpace object is central to Kernel Tuner as it represents the search space that is to be
67+
explored by the search strategies.
68+
69+
kernel_tuner.searchspace.SearchSpace
70+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71+
.. autoclass:: kernel_tuner.searchspace.SearchSpace
72+
:special-members: __init__
73+
:members:
74+
75+
6376
Strategies
6477
----------
6578

0 commit comments

Comments
 (0)