Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@ discussed above. For the documentation of the user API see the
:doc:`user-api`.


SearchSpace
-----------

The SearchSpace object is central to Kernel Tuner as it represents the search space that is to be
explored by the search strategies.

kernel_tuner.searchspace.SearchSpace
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: kernel_tuner.searchspace.SearchSpace
:special-members: __init__
:members:


Strategies
----------

Expand Down