Skip to content

Commit ac45465

Browse files
Added read online link
1 parent 3c83538 commit ac45465

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ h3. Book Details
1414

1515
h3. Links
1616

17+
* "Read Online":https://cleveralgorithms.com/nature-inspired/index.html
1718
* "Download PDF":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/clever_algorithms.pdf
1819
* "Download Source Code":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/clever_algorithms-src.zip
1920
* "Read on Google Books":https://www.google.com.au/books/edition/Clever_Algorithms/SESWXQphCUkC

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ <h1>Clever Algorithms: Nature-Inspired Programming Recipes</h1>
1111

1212
<p>
1313
<a href="/">Home</a> |
14+
<a href="/nature-inspired/">Read Online</a> |
1415
<a href="https://amzn.to/4iKM9uc">Amazon</a> |
1516
<a href="https://www.goodreads.com/book/show/10321060-clever-algorithms">GoodReads</a> |
1617
<a href="https://www.google.com.au/books/edition/Clever_Algorithms/SESWXQphCUkC">Google Books</a> |
@@ -36,8 +37,9 @@ <h1>Clever Algorithms: Nature-Inspired Programming Recipes</h1>
3637
<p><em>Need help getting started with Genetic Algorithms, Neural Networks or Swarm Intelligence?</em></p>
3738

3839

40+
<a href="/nature-inspired/">
3941
<img src="cover_3d.jpg" align="right" alt="Clever Algorithms: Nature-Inspired Programming Recipes"/>
40-
42+
</a>
4143

4244
<h3>Nature-Inspired Algorithms are Fascinating!</h3>
4345
<p>But implementing them can be frustrating.</p>
@@ -66,6 +68,8 @@ <h3>Algorithms Handbook</h3>
6668
<li>...references for further reading including the primary sources for each algorithm</li>
6769
</ul>
6870

71+
<a href="/nature-inspired/">Read online for free</a>
72+
6973
<h3>45 Algorithm Descriptions</h3>
7074
<p>The book includes an introduction to artificial intelligence and related fields as well as advanced topics like algorithm testing and visualization.</p>
7175

0 commit comments

Comments
 (0)