We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f01777a + 9e77d19 commit bbd69b8Copy full SHA for bbd69b8
1 file changed
doc/source/design.rst
@@ -60,6 +60,19 @@ discussed above. For the documentation of the user API see the
60
:doc:`user-api`.
61
62
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
76
Strategies
77
----------
78
0 commit comments