Skip to content

Commit

Permalink
Added read online link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2Brownlee committed Dec 19, 2024
1 parent 3c83538 commit ac45465
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ h3. Book Details

h3. Links

* "Read Online":https://cleveralgorithms.com/nature-inspired/index.html
* "Download PDF":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/clever_algorithms.pdf
* "Download Source Code":https://raw.githubusercontent.com/Jason2Brownlee/CleverAlgorithms/master/release/clever_algorithms-src.zip
* "Read on Google Books":https://www.google.com.au/books/edition/Clever_Algorithms/SESWXQphCUkC
Expand Down
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h1>Clever Algorithms: Nature-Inspired Programming Recipes</h1>

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


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

</a>

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

<a href="/nature-inspired/">Read online for free</a>

<h3>45 Algorithm Descriptions</h3>
<p>The book includes an introduction to artificial intelligence and related fields as well as advanced topics like algorithm testing and visualization.</p>

Expand Down

0 comments on commit ac45465

Please sign in to comment.