Skip to content

Commit d39b20a

Browse files
update readme
1 parent 71e0171 commit d39b20a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ implemented search algorithms are: Brute Force (default), Nelder-Mead, Powell, C
9999
COBYLA, SLSQP, Random Search, Basinhopping, Differential Evolution, a Genetic Algorithm, Particle Swarm
100100
Optimization, the Firefly Algorithm, and Simulated Annealing.
101101

102+
.. image:: doc/gemm-amd-summary.png
103+
:width: 100%
104+
:align: center
105+
102106
Using a search strategy is easy, you only need to specify to ``tune_kernel`` which strategy and method
103107
you would like to use, for example ``strategy="genetic_algorithm"`` or ``strategy="basinhopping",
104108
method="Powell"``. For a full overview of the supported search strategies and methods please see the `user

doc/gemm-amd-summary.png

1.07 MB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../doc/gemm-amd-summary.png

0 commit comments

Comments
 (0)