Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicl-nno committed Jan 21, 2025
1 parent 44e6107 commit 1252961
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ Following example demonstrates graph search using reference graph & edit distanc
return found_graph
Tracing the lineage of the found_graph reveals how genetic operators (mutations, crossovers, etc.) are applied to a random graph one after another, eventually leading to the target graph:
.. image:: /docs/source/img/evolution_process.gif
:alt: Evolution process
:align: center
One can also notice that despite the fact that the edit distance generally decreases along the genealogical path, the optimizer sometimes sacrifices local fitness gain of some graphs in order to achieve diversity and thus obtain the best possible solution at the end.

Expand Down

0 comments on commit 1252961

Please sign in to comment.