Skip to content

Commit

Permalink
Add links to readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirgizov committed Apr 24, 2023
1 parent 5d06a22 commit 7e2b9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GOLEM потенциально применим к любой структуре
- `Поиск архитектуры нейронных сетей <https://github.com/ITMO-NSS-team/nas-fedot>`_

Поскольку GOLEM - это фреймворк общего назначения, легко представить его потенциальное применение, например,
поиск конечных автоматов для управления в робототехнике или изучение молекулярных графов для разработки лекарств и
поиск конечных автоматов для алгоритмов контроля в робототехнике или оптимизация молекулярных графов для разработки лекарств и
многое другое.


Expand All @@ -80,7 +80,7 @@ GOLEM можно установить с помощью ``pip``:
Быстрый старт
=============

Следующий пример показывает поиск графа по графу-эталону с помощью метрики расстояния редактирования (Edit Distance). Оптимизатор настраивается с минимальным набором параметров и простыми одноточечными мутациями. Более подробные примеры можно найти в файлах `examples/synthetic_graph_evolution/simple_run.py`, `graph_search.py` и `tree_search.py` (в той же директории).
Следующий пример показывает поиск графа по графу-эталону с помощью метрики расстояния редактирования (Edit Distance). Оптимизатор настраивается с минимальным набором параметров и простыми одноточечными мутациями. Более подробные примеры можно найти в файлах `simple_run.py <https://github.com/aimclub/GOLEM/blob/main/examples/synthetic_graph_evolution/simpple_run>`_, `graph_search.py <https://github.com/aimclub/GOLEM/blob/main/examples/synthetic_graph_evolution/graph_search.py>`_ и `tree_search.py <https://github.com/aimclub/GOLEM/blob/main/examples/synthetic_graph_evolution/tree_search.py>`_ в директории `examples/synthetic_graph_evolution <https://github.com/aimclub/GOLEM/tree/main/examples/synthetic_graph_evolution>`_.

.. code-block::
Expand Down
2 changes: 1 addition & 1 deletion README_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GOLEM can be installed with ``pip``:
Quick Start Example
===================

Following example demonstrates graph search using reference graph & edit distance metric. Optimizer is setup with a minimal set of parameters and simple single-point mutations. For more details see example `examples/synthetic_graph_evolution/simple_run.py` and scripts `graph_search.py`, `tree_search.py` (in the same directory).
Following example demonstrates graph search using reference graph & edit distance metric. Optimizer is set up with a minimal set of parameters and simple single-point mutations. For more details see examples `simple_run.py <https://github.com/aimclub/GOLEM/blob/main/examples/synthetic_graph_evolution/simpple_run>`_, `graph_search.py <https://github.com/aimclub/GOLEM/blob/main/examples/synthetic_graph_evolution/graph_search.py>`_ and `tree_search.py <https://github.com/aimclub/GOLEM/blob/main/examples/synthetic_graph_evolution/tree_search.py>`_ in directory `examples/synthetic_graph_evolution <https://github.com/aimclub/GOLEM/tree/main/examples/synthetic_graph_evolution>`_.

.. code-block::
Expand Down

0 comments on commit 7e2b9db

Please sign in to comment.