Skip to content

Commit e71b8f6

Browse files
update optimization strategies intro in README
1 parent 090dde8 commit e71b8f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Or both:
3434

3535
More information about how to install Kernel Tuner and its
3636
dependencies can be found in the `installation guide
37-
<http://kerneltuner.github.io/kernel_tuner/stable/install.html>`__
37+
<http://kerneltuner.github.io/kernel_tuner/stable/install.html>`__.
3838

3939
Example usage
4040
-------------
@@ -97,16 +97,17 @@ Search strategies for tuning
9797
Kernel Tuner supports many optimization algorithms to accelerate the auto-tuning process. Currently
9898
implemented search algorithms are: Brute Force (default), Nelder-Mead, Powell, CG, BFGS, L-BFGS-B, TNC,
9999
COBYLA, SLSQP, Random Search, Basinhopping, Differential Evolution, a Genetic Algorithm, Particle Swarm
100-
Optimization, the Firefly Algorithm, and Simulated Annealing.
100+
Optimization, the Firefly Algorithm, Simulated Annealing, Dual Annealing, Iterative Local Search,
101+
Multi-start Local Search, and Bayesian Optimization.
101102

102103
.. image:: doc/gemm-amd-summary.png
103104
:width: 100%
104105
:align: center
105106

106107
Using a search strategy is easy, you only need to specify to ``tune_kernel`` which strategy and method
107108
you would like to use, for example ``strategy="genetic_algorithm"`` or ``strategy="basinhopping"``.
108-
For a full overview of the supported search strategies and methods please see the `user
109-
api documentation <http://kerneltuner.github.io/kernel_tuner/stable/user-api.html>`__.
109+
For a full overview of the supported search strategies and methods please see the
110+
Kernel Tuner documentation on `Optimization Strategies <https://kerneltuner.github.io/kernel_tuner/stable/optimization.html>`__.
110111

111112
Tuning host and kernel code
112113
---------------------------

0 commit comments

Comments
 (0)