diff --git a/README_en.rst b/README_en.rst index 219a7303..c84e7ddc 100644 --- a/README_en.rst +++ b/README_en.rst @@ -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.