From f9c45d927b4a7f6e67e0870fc2d773eaec1fccc3 Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Sun, 23 May 2021 17:07:57 -0400 Subject: [PATCH] keep package at top level --- PackageCode/LICENSE => LICENSE | 0 {PackageCode/MDAF => MDAF}/MDAF.py | 0 .../SampleAlgorithms/SimmulatedAnnealing.py | 0 .../__pycache__/SimmulatedAnnealing.cpython-39.pyc | Bin .../.ipynb_checkpoints/Untitled-checkpoint.ipynb | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Brown.py | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Bukin2.py | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Bukin4.py | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Bukin6.py | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Keane.py | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Leon.py | 0 {PackageCode/MDAF => MDAF}/TestFunctions/Matyas.py | 0 .../MDAF => MDAF}/TestFunctions/McCormick.py | 0 .../MDAF => MDAF}/TestFunctions/Miele_Cantrell.py | 0 .../MDAF => MDAF}/TestFunctions/Untitled.ipynb | 0 .../TestFunctions/__pycache__/Brown.cpython-39.pyc | Bin .../TestFunctions/__pycache__/Bukin2.cpython-39.pyc | Bin .../TestFunctions/__pycache__/Bukin4.cpython-39.pyc | Bin .../TestFunctions/__pycache__/Bukin6.cpython-39.pyc | Bin {PackageCode/MDAF => MDAF}/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin PackageCode/README.md | 2 -- README.md | 3 ++- work.py => Sample codes/work.py | 0 PackageCode/pyproject.toml => pyproject.toml | 0 PackageCode/setup.cfg => setup.cfg | 0 PackageCode/setup.py => setup.py | 0 27 files changed, 2 insertions(+), 3 deletions(-) rename PackageCode/LICENSE => LICENSE (100%) rename {PackageCode/MDAF => MDAF}/MDAF.py (100%) rename {PackageCode/MDAF => MDAF}/SampleAlgorithms/SimmulatedAnnealing.py (100%) rename {PackageCode/MDAF => MDAF}/SampleAlgorithms/__pycache__/SimmulatedAnnealing.cpython-39.pyc (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/.ipynb_checkpoints/Untitled-checkpoint.ipynb (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Brown.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Bukin2.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Bukin4.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Bukin6.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Keane.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Leon.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Matyas.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/McCormick.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Miele_Cantrell.py (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/Untitled.ipynb (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/__pycache__/Brown.cpython-39.pyc (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/__pycache__/Bukin2.cpython-39.pyc (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/__pycache__/Bukin4.cpython-39.pyc (100%) rename {PackageCode/MDAF => MDAF}/TestFunctions/__pycache__/Bukin6.cpython-39.pyc (100%) rename {PackageCode/MDAF => MDAF}/__init__.py (100%) rename {PackageCode/MDAF => MDAF}/__pycache__/__init__.cpython-39.pyc (100%) delete mode 100644 PackageCode/README.md rename work.py => Sample codes/work.py (100%) rename PackageCode/pyproject.toml => pyproject.toml (100%) rename PackageCode/setup.cfg => setup.cfg (100%) rename PackageCode/setup.py => setup.py (100%) diff --git a/PackageCode/LICENSE b/LICENSE similarity index 100% rename from PackageCode/LICENSE rename to LICENSE diff --git a/PackageCode/MDAF/MDAF.py b/MDAF/MDAF.py similarity index 100% rename from PackageCode/MDAF/MDAF.py rename to MDAF/MDAF.py diff --git a/PackageCode/MDAF/SampleAlgorithms/SimmulatedAnnealing.py b/MDAF/SampleAlgorithms/SimmulatedAnnealing.py similarity index 100% rename from PackageCode/MDAF/SampleAlgorithms/SimmulatedAnnealing.py rename to MDAF/SampleAlgorithms/SimmulatedAnnealing.py diff --git a/PackageCode/MDAF/SampleAlgorithms/__pycache__/SimmulatedAnnealing.cpython-39.pyc b/MDAF/SampleAlgorithms/__pycache__/SimmulatedAnnealing.cpython-39.pyc similarity index 100% rename from PackageCode/MDAF/SampleAlgorithms/__pycache__/SimmulatedAnnealing.cpython-39.pyc rename to MDAF/SampleAlgorithms/__pycache__/SimmulatedAnnealing.cpython-39.pyc diff --git a/PackageCode/MDAF/TestFunctions/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/MDAF/TestFunctions/.ipynb_checkpoints/Untitled-checkpoint.ipynb similarity index 100% rename from PackageCode/MDAF/TestFunctions/.ipynb_checkpoints/Untitled-checkpoint.ipynb rename to MDAF/TestFunctions/.ipynb_checkpoints/Untitled-checkpoint.ipynb diff --git a/PackageCode/MDAF/TestFunctions/Brown.py b/MDAF/TestFunctions/Brown.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Brown.py rename to MDAF/TestFunctions/Brown.py diff --git a/PackageCode/MDAF/TestFunctions/Bukin2.py b/MDAF/TestFunctions/Bukin2.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Bukin2.py rename to MDAF/TestFunctions/Bukin2.py diff --git a/PackageCode/MDAF/TestFunctions/Bukin4.py b/MDAF/TestFunctions/Bukin4.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Bukin4.py rename to MDAF/TestFunctions/Bukin4.py diff --git a/PackageCode/MDAF/TestFunctions/Bukin6.py b/MDAF/TestFunctions/Bukin6.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Bukin6.py rename to MDAF/TestFunctions/Bukin6.py diff --git a/PackageCode/MDAF/TestFunctions/Keane.py b/MDAF/TestFunctions/Keane.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Keane.py rename to MDAF/TestFunctions/Keane.py diff --git a/PackageCode/MDAF/TestFunctions/Leon.py b/MDAF/TestFunctions/Leon.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Leon.py rename to MDAF/TestFunctions/Leon.py diff --git a/PackageCode/MDAF/TestFunctions/Matyas.py b/MDAF/TestFunctions/Matyas.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Matyas.py rename to MDAF/TestFunctions/Matyas.py diff --git a/PackageCode/MDAF/TestFunctions/McCormick.py b/MDAF/TestFunctions/McCormick.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/McCormick.py rename to MDAF/TestFunctions/McCormick.py diff --git a/PackageCode/MDAF/TestFunctions/Miele_Cantrell.py b/MDAF/TestFunctions/Miele_Cantrell.py similarity index 100% rename from PackageCode/MDAF/TestFunctions/Miele_Cantrell.py rename to MDAF/TestFunctions/Miele_Cantrell.py diff --git a/PackageCode/MDAF/TestFunctions/Untitled.ipynb b/MDAF/TestFunctions/Untitled.ipynb similarity index 100% rename from PackageCode/MDAF/TestFunctions/Untitled.ipynb rename to MDAF/TestFunctions/Untitled.ipynb diff --git a/PackageCode/MDAF/TestFunctions/__pycache__/Brown.cpython-39.pyc b/MDAF/TestFunctions/__pycache__/Brown.cpython-39.pyc similarity index 100% rename from PackageCode/MDAF/TestFunctions/__pycache__/Brown.cpython-39.pyc rename to MDAF/TestFunctions/__pycache__/Brown.cpython-39.pyc diff --git a/PackageCode/MDAF/TestFunctions/__pycache__/Bukin2.cpython-39.pyc b/MDAF/TestFunctions/__pycache__/Bukin2.cpython-39.pyc similarity index 100% rename from PackageCode/MDAF/TestFunctions/__pycache__/Bukin2.cpython-39.pyc rename to MDAF/TestFunctions/__pycache__/Bukin2.cpython-39.pyc diff --git a/PackageCode/MDAF/TestFunctions/__pycache__/Bukin4.cpython-39.pyc b/MDAF/TestFunctions/__pycache__/Bukin4.cpython-39.pyc similarity index 100% rename from PackageCode/MDAF/TestFunctions/__pycache__/Bukin4.cpython-39.pyc rename to MDAF/TestFunctions/__pycache__/Bukin4.cpython-39.pyc diff --git a/PackageCode/MDAF/TestFunctions/__pycache__/Bukin6.cpython-39.pyc b/MDAF/TestFunctions/__pycache__/Bukin6.cpython-39.pyc similarity index 100% rename from PackageCode/MDAF/TestFunctions/__pycache__/Bukin6.cpython-39.pyc rename to MDAF/TestFunctions/__pycache__/Bukin6.cpython-39.pyc diff --git a/PackageCode/MDAF/__init__.py b/MDAF/__init__.py similarity index 100% rename from PackageCode/MDAF/__init__.py rename to MDAF/__init__.py diff --git a/PackageCode/MDAF/__pycache__/__init__.cpython-39.pyc b/MDAF/__pycache__/__init__.cpython-39.pyc similarity index 100% rename from PackageCode/MDAF/__pycache__/__init__.cpython-39.pyc rename to MDAF/__pycache__/__init__.cpython-39.pyc diff --git a/PackageCode/README.md b/PackageCode/README.md deleted file mode 100644 index a3b899e..0000000 --- a/PackageCode/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# MDAF -THe desc will go here diff --git a/README.md b/README.md index 73b1199..a3b899e 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# MDAF \ No newline at end of file +# MDAF +THe desc will go here diff --git a/work.py b/Sample codes/work.py similarity index 100% rename from work.py rename to Sample codes/work.py diff --git a/PackageCode/pyproject.toml b/pyproject.toml similarity index 100% rename from PackageCode/pyproject.toml rename to pyproject.toml diff --git a/PackageCode/setup.cfg b/setup.cfg similarity index 100% rename from PackageCode/setup.cfg rename to setup.cfg diff --git a/PackageCode/setup.py b/setup.py similarity index 100% rename from PackageCode/setup.py rename to setup.py