From ee84f014eb391ed0e55e4d357d6bf4c2fc9d293e Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Thu, 17 Oct 2024 20:55:16 +0200 Subject: [PATCH] repository rename --- README.md | 5 +++-- genetic-algorithm.py | 0 main.py => tabu-search.py | 0 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 genetic-algorithm.py rename main.py => tabu-search.py (100%) diff --git a/README.md b/README.md index 37b97cd..37faca1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# tabu-search - +# metaheuristic +## tabu-search +## genetic algorithm diff --git a/genetic-algorithm.py b/genetic-algorithm.py new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/tabu-search.py similarity index 100% rename from main.py rename to tabu-search.py