@@ -34,7 +34,7 @@ Or both:
3434
3535More information about how to install Kernel Tuner and its
3636dependencies 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
3939Example usage
4040-------------
@@ -97,16 +97,17 @@ Search strategies for tuning
9797Kernel Tuner supports many optimization algorithms to accelerate the auto-tuning process. Currently
9898implemented search algorithms are: Brute Force (default), Nelder-Mead, Powell, CG, BFGS, L-BFGS-B, TNC,
9999COBYLA, 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
106107Using a search strategy is easy, you only need to specify to ``tune_kernel `` which strategy and method
107108you 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
111112Tuning host and kernel code
112113---------------------------
0 commit comments