diff --git a/README.md b/README.md index 8d82273..d828947 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ for i in range(1, 26): ``` + This project related to my another projects which are "meta-heuristics" and "neural-network", check it here - + https://github.com/thieunguyen5991/metaheuristics + + https://github.com/thieu1995/metaheuristics + https://github.com/chasebk diff --git a/docs/pages/introduction.rst b/docs/pages/introduction.rst index 677543a..38b96ea 100644 --- a/docs/pages/introduction.rst +++ b/docs/pages/introduction.rst @@ -2,7 +2,7 @@ Introduction ############ .. image:: https://img.shields.io/badge/release-0.8.0-yellow.svg?style=svg - :target: https://github.com/thieunguyen5991/opfunu + :target: https://github.com/thieu1995/opfunu .. image:: https://img.shields.io/pypi/wheel/gensim.svg?style=svg :target: https://pypi.python.org/pypi/opfunu @@ -11,7 +11,7 @@ Introduction :target: https://badge.fury.io/py/opfunu .. image:: https://img.shields.io/packagist/l/doctrine/orm.svg?style=svg - :target: https://github.com/thieunguyen5991/opfunu/blob/master/LICENSE + :target: https://github.com/thieu1995/opfunu/blob/master/LICENSE This is my first open-source library written in python for optimization benchmark functions. @@ -223,6 +223,6 @@ References:: This project related to my another projects which are "meta-heuristics" and "neural-network", check it here:: - 1. https://github.com/thieunguyen5991/metaheuristics + 1. https://github.com/thieu1995/metaheuristics 2. https://github.com/chasebk diff --git a/examples/__init__.py b/examples/__init__.py index 1acd87c..2d73fe8 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/examples/cec_basic/__init__.py b/examples/cec_basic/__init__.py index e85f123..26dc4ed 100644 --- a/examples/cec_basic/__init__.py +++ b/examples/cec_basic/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/examples/cec_basic/test_cec2014.py b/examples/cec_basic/test_cec2014.py index 9045993..2718525 100644 --- a/examples/cec_basic/test_cec2014.py +++ b/examples/cec_basic/test_cec2014.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/cec_basic/test_cec2014_nobias.py b/examples/cec_basic/test_cec2014_nobias.py index 752bfa1..a5a7d7e 100644 --- a/examples/cec_basic/test_cec2014_nobias.py +++ b/examples/cec_basic/test_cec2014_nobias.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/run_simple.py b/examples/run_simple.py index 5f7cdb3..0a0d10c 100644 --- a/examples/run_simple.py +++ b/examples/run_simple.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2013.unconstraint import Model as ObjFunc13 diff --git a/examples/test_cec2005.py b/examples/test_cec2005.py index 157216b..14d5045 100644 --- a/examples/test_cec2005.py +++ b/examples/test_cec2005.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/test_cec2008.py b/examples/test_cec2008.py index 3382c2b..2a88a30 100644 --- a/examples/test_cec2008.py +++ b/examples/test_cec2008.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/test_cec2010.py b/examples/test_cec2010.py index 21c66bd..61ea3ca 100644 --- a/examples/test_cec2010.py +++ b/examples/test_cec2010.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/test_cec2013.py b/examples/test_cec2013.py index 2fc30b5..3fa6888 100644 --- a/examples/test_cec2013.py +++ b/examples/test_cec2013.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/test_cec2014.py b/examples/test_cec2014.py index 0cd3b26..f1bf16e 100644 --- a/examples/test_cec2014.py +++ b/examples/test_cec2014.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/test_cec2015.py b/examples/test_cec2015.py index e0cce76..a76bed6 100644 --- a/examples/test_cec2015.py +++ b/examples/test_cec2015.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/examples/test_cec2020.py b/examples/test_cec2020.py index acad4d0..8d30905 100644 --- a/examples/test_cec2020.py +++ b/examples/test_cec2020.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2020.constant import benchmark_function as BF diff --git a/examples/test_cec_basic.py b/examples/test_cec_basic.py index f892ecd..57cd420 100644 --- a/examples/test_cec_basic.py +++ b/examples/test_cec_basic.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import numpy as np diff --git a/opfunu/__init__.py b/opfunu/__init__.py index a86a3ad..48b12e0 100644 --- a/opfunu/__init__.py +++ b/opfunu/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/__init__.py b/opfunu/cec/__init__.py index a86a3ad..48b12e0 100644 --- a/opfunu/cec/__init__.py +++ b/opfunu/cec/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2005/F1.py b/opfunu/cec/cec2005/F1.py index fde0f2e..78a3960 100644 --- a/opfunu/cec/cec2005/F1.py +++ b/opfunu/cec/cec2005/F1.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F10.py b/opfunu/cec/cec2005/F10.py index f0838ee..379ab9f 100644 --- a/opfunu/cec/cec2005/F10.py +++ b/opfunu/cec/cec2005/F10.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F11.py b/opfunu/cec/cec2005/F11.py index 320f2cb..3cb02f9 100644 --- a/opfunu/cec/cec2005/F11.py +++ b/opfunu/cec/cec2005/F11.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F12.py b/opfunu/cec/cec2005/F12.py index 4f15a02..a4bc947 100644 --- a/opfunu/cec/cec2005/F12.py +++ b/opfunu/cec/cec2005/F12.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F13.py b/opfunu/cec/cec2005/F13.py index 5993417..4e91a90 100644 --- a/opfunu/cec/cec2005/F13.py +++ b/opfunu/cec/cec2005/F13.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F14.py b/opfunu/cec/cec2005/F14.py index 7401a0a..3fc5dde 100644 --- a/opfunu/cec/cec2005/F14.py +++ b/opfunu/cec/cec2005/F14.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F15.py b/opfunu/cec/cec2005/F15.py index 43ee18d..bc59bad 100644 --- a/opfunu/cec/cec2005/F15.py +++ b/opfunu/cec/cec2005/F15.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F16.py b/opfunu/cec/cec2005/F16.py index c24fc65..7d77994 100644 --- a/opfunu/cec/cec2005/F16.py +++ b/opfunu/cec/cec2005/F16.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F17.py b/opfunu/cec/cec2005/F17.py index 008480d..71792b9 100644 --- a/opfunu/cec/cec2005/F17.py +++ b/opfunu/cec/cec2005/F17.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F18.py b/opfunu/cec/cec2005/F18.py index 571ec10..f816cce 100644 --- a/opfunu/cec/cec2005/F18.py +++ b/opfunu/cec/cec2005/F18.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F19.py b/opfunu/cec/cec2005/F19.py index f74e5c0..5958654 100644 --- a/opfunu/cec/cec2005/F19.py +++ b/opfunu/cec/cec2005/F19.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F2.py b/opfunu/cec/cec2005/F2.py index 783b0f1..5781251 100644 --- a/opfunu/cec/cec2005/F2.py +++ b/opfunu/cec/cec2005/F2.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F20.py b/opfunu/cec/cec2005/F20.py index 52ff0b4..fdc1354 100644 --- a/opfunu/cec/cec2005/F20.py +++ b/opfunu/cec/cec2005/F20.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F21.py b/opfunu/cec/cec2005/F21.py index 0adc5f0..5d190ae 100644 --- a/opfunu/cec/cec2005/F21.py +++ b/opfunu/cec/cec2005/F21.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F22.py b/opfunu/cec/cec2005/F22.py index 31a06c2..1892e9f 100644 --- a/opfunu/cec/cec2005/F22.py +++ b/opfunu/cec/cec2005/F22.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F23.py b/opfunu/cec/cec2005/F23.py index d66e794..201f0b7 100644 --- a/opfunu/cec/cec2005/F23.py +++ b/opfunu/cec/cec2005/F23.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2005/F24.py b/opfunu/cec/cec2005/F24.py index 24b01fe..ad75655 100644 --- a/opfunu/cec/cec2005/F24.py +++ b/opfunu/cec/cec2005/F24.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F3.py b/opfunu/cec/cec2005/F3.py index 73be4f4..082c3a7 100644 --- a/opfunu/cec/cec2005/F3.py +++ b/opfunu/cec/cec2005/F3.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F4.py b/opfunu/cec/cec2005/F4.py index 450e9f5..362c62d 100644 --- a/opfunu/cec/cec2005/F4.py +++ b/opfunu/cec/cec2005/F4.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F5.py b/opfunu/cec/cec2005/F5.py index ab1f2ac..04e2243 100644 --- a/opfunu/cec/cec2005/F5.py +++ b/opfunu/cec/cec2005/F5.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F6.py b/opfunu/cec/cec2005/F6.py index d9cdff1..a1eb4fa 100644 --- a/opfunu/cec/cec2005/F6.py +++ b/opfunu/cec/cec2005/F6.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F7.py b/opfunu/cec/cec2005/F7.py index 3ee84cc..0e0a86a 100644 --- a/opfunu/cec/cec2005/F7.py +++ b/opfunu/cec/cec2005/F7.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F8.py b/opfunu/cec/cec2005/F8.py index f1b46a0..791a747 100644 --- a/opfunu/cec/cec2005/F8.py +++ b/opfunu/cec/cec2005/F8.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/F9.py b/opfunu/cec/cec2005/F9.py index ecd2fe8..369c5bf 100644 --- a/opfunu/cec/cec2005/F9.py +++ b/opfunu/cec/cec2005/F9.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2005.root import Root diff --git a/opfunu/cec/cec2005/__init__.py b/opfunu/cec/cec2005/__init__.py index 22a0133..4f3879d 100644 --- a/opfunu/cec/cec2005/__init__.py +++ b/opfunu/cec/cec2005/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2005/root.py b/opfunu/cec/cec2005/root.py index f20f496..3e1ad88 100644 --- a/opfunu/cec/cec2005/root.py +++ b/opfunu/cec/cec2005/root.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import pkg_resources diff --git a/opfunu/cec/cec2008/F1.py b/opfunu/cec/cec2008/F1.py index fd2f5d6..416deb2 100644 --- a/opfunu/cec/cec2008/F1.py +++ b/opfunu/cec/cec2008/F1.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/F2.py b/opfunu/cec/cec2008/F2.py index 590a079..3d84f1d 100644 --- a/opfunu/cec/cec2008/F2.py +++ b/opfunu/cec/cec2008/F2.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/F3.py b/opfunu/cec/cec2008/F3.py index 8d92847..97851f0 100644 --- a/opfunu/cec/cec2008/F3.py +++ b/opfunu/cec/cec2008/F3.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/F4.py b/opfunu/cec/cec2008/F4.py index 2d6982c..0ba004f 100644 --- a/opfunu/cec/cec2008/F4.py +++ b/opfunu/cec/cec2008/F4.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/F5.py b/opfunu/cec/cec2008/F5.py index 4ff0c77..09c8fc9 100644 --- a/opfunu/cec/cec2008/F5.py +++ b/opfunu/cec/cec2008/F5.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/F6.py b/opfunu/cec/cec2008/F6.py index 3c3b93f..c597c03 100644 --- a/opfunu/cec/cec2008/F6.py +++ b/opfunu/cec/cec2008/F6.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/F7.py b/opfunu/cec/cec2008/F7.py index e58d354..2881ca7 100644 --- a/opfunu/cec/cec2008/F7.py +++ b/opfunu/cec/cec2008/F7.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from opfunu.cec.cec2008.root import Root diff --git a/opfunu/cec/cec2008/__init__.py b/opfunu/cec/cec2008/__init__.py index 61f8bca..e56c57a 100644 --- a/opfunu/cec/cec2008/__init__.py +++ b/opfunu/cec/cec2008/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2008/root.py b/opfunu/cec/cec2008/root.py index e05791c..95e930b 100644 --- a/opfunu/cec/cec2008/root.py +++ b/opfunu/cec/cec2008/root.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import pkg_resources diff --git a/opfunu/cec/cec2010/__init__.py b/opfunu/cec/cec2010/__init__.py index ef62785..1d2032a 100644 --- a/opfunu/cec/cec2010/__init__.py +++ b/opfunu/cec/cec2010/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2010/function.py b/opfunu/cec/cec2010/function.py index 78812dd..9bdaa74 100644 --- a/opfunu/cec/cec2010/function.py +++ b/opfunu/cec/cec2010/function.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from numpy.random import seed, permutation diff --git a/opfunu/cec/cec2010/utils.py b/opfunu/cec/cec2010/utils.py index 6ce9988..9d433aa 100644 --- a/opfunu/cec/cec2010/utils.py +++ b/opfunu/cec/cec2010/utils.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import pkg_resources diff --git a/opfunu/cec/cec2013/__init__.py b/opfunu/cec/cec2013/__init__.py index 58e03a2..c4ba289 100644 --- a/opfunu/cec/cec2013/__init__.py +++ b/opfunu/cec/cec2013/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2013/unconstraint.py b/opfunu/cec/cec2013/unconstraint.py index 0456f5b..411ba12 100644 --- a/opfunu/cec/cec2013/unconstraint.py +++ b/opfunu/cec/cec2013/unconstraint.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from numpy import dot, array, sum, matmul, where, sqrt, sign, min, cos, pi, exp, round diff --git a/opfunu/cec/cec2013/unconstraint2.py b/opfunu/cec/cec2013/unconstraint2.py index 96147c4..575379a 100644 --- a/opfunu/cec/cec2013/unconstraint2.py +++ b/opfunu/cec/cec2013/unconstraint2.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from numpy import dot, array, sum, matmul, where, sqrt, sign, min, cos, pi, exp, round diff --git a/opfunu/cec/cec2014/__init__.py b/opfunu/cec/cec2014/__init__.py index a60d78e..4cb1639 100644 --- a/opfunu/cec/cec2014/__init__.py +++ b/opfunu/cec/cec2014/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2014/function.py b/opfunu/cec/cec2014/function.py index e18b729..cd41810 100644 --- a/opfunu/cec/cec2014/function.py +++ b/opfunu/cec/cec2014/function.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from numpy import dot, ones, array, ceil diff --git a/opfunu/cec/cec2014/unconstraint.py b/opfunu/cec/cec2014/unconstraint.py index 992e978..81d2a2e 100644 --- a/opfunu/cec/cec2014/unconstraint.py +++ b/opfunu/cec/cec2014/unconstraint.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from numpy import dot, array, sum, sqrt, exp, ceil, ones, concatenate diff --git a/opfunu/cec/cec2014/unconstraint2.py b/opfunu/cec/cec2014/unconstraint2.py index b96c193..da2b739 100644 --- a/opfunu/cec/cec2014/unconstraint2.py +++ b/opfunu/cec/cec2014/unconstraint2.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from numpy import dot, array, sum, matmul, where, sqrt, sign, min, cos, pi, exp, round, ceil, ones, concatenate diff --git a/opfunu/cec/cec2014/utils.py b/opfunu/cec/cec2014/utils.py index a2bd1a2..7a4f7aa 100644 --- a/opfunu/cec/cec2014/utils.py +++ b/opfunu/cec/cec2014/utils.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import pkg_resources diff --git a/opfunu/cec/cec2015/__init__.py b/opfunu/cec/cec2015/__init__.py index 8b9e957..9929307 100644 --- a/opfunu/cec/cec2015/__init__.py +++ b/opfunu/cec/cec2015/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2015/function.py b/opfunu/cec/cec2015/function.py index ffaed01..25b1912 100644 --- a/opfunu/cec/cec2015/function.py +++ b/opfunu/cec/cec2015/function.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from numpy.random import seed, permutation diff --git a/opfunu/cec/cec2015/utils.py b/opfunu/cec/cec2015/utils.py index f2d998a..ebab3ea 100644 --- a/opfunu/cec/cec2015/utils.py +++ b/opfunu/cec/cec2015/utils.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% import pkg_resources diff --git a/opfunu/cec/cec2020/__init__.py b/opfunu/cec/cec2020/__init__.py index d18a226..f9072e8 100644 --- a/opfunu/cec/cec2020/__init__.py +++ b/opfunu/cec/cec2020/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec/cec2020/constant.py b/opfunu/cec/cec2020/constant.py index c8c2b55..5b67a45 100644 --- a/opfunu/cec/cec2020/constant.py +++ b/opfunu/cec/cec2020/constant.py @@ -4,7 +4,7 @@ # # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% from numpy import ones, zeros, concatenate diff --git a/opfunu/cec/cec2020/engineering.py b/opfunu/cec/cec2020/engineering.py index 0693988..ee5bf0e 100644 --- a/opfunu/cec/cec2020/engineering.py +++ b/opfunu/cec/cec2020/engineering.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from numpy import zeros, array, log, abs, exp, sqrt, pi, round, sin, cos, arccos, remainder, arcsin, int, arctan, imag, log10 diff --git a/opfunu/cec/utils.py b/opfunu/cec/utils.py index 7360d5f..5f4dc9f 100644 --- a/opfunu/cec/utils.py +++ b/opfunu/cec/utils.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% import pkg_resources diff --git a/opfunu/cec_basic/__init__.py b/opfunu/cec_basic/__init__.py index cf6d3f9..d2ed025 100644 --- a/opfunu/cec_basic/__init__.py +++ b/opfunu/cec_basic/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec_basic/cec2014.py b/opfunu/cec_basic/cec2014.py index 55323d4..6d3fc8e 100644 --- a/opfunu/cec_basic/cec2014.py +++ b/opfunu/cec_basic/cec2014.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from numpy import ceil, arange, ones diff --git a/opfunu/cec_basic/cec2014_nobias.py b/opfunu/cec_basic/cec2014_nobias.py index 11c39dd..fbeeab6 100644 --- a/opfunu/cec_basic/cec2014_nobias.py +++ b/opfunu/cec_basic/cec2014_nobias.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/cec_basic/utils.py b/opfunu/cec_basic/utils.py index 6ea0328..5b7c266 100644 --- a/opfunu/cec_basic/utils.py +++ b/opfunu/cec_basic/utils.py @@ -4,7 +4,7 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % # -------------------------------------------------------------------------------------------------------% from copy import deepcopy diff --git a/opfunu/dimension_based/__init__.py b/opfunu/dimension_based/__init__.py index a86a3ad..48b12e0 100644 --- a/opfunu/dimension_based/__init__.py +++ b/opfunu/dimension_based/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/dimension_based/benchmark1d.py b/opfunu/dimension_based/benchmark1d.py index 8982dcf..03b224d 100644 --- a/opfunu/dimension_based/benchmark1d.py +++ b/opfunu/dimension_based/benchmark1d.py @@ -4,7 +4,7 @@ # # # Email: nguyenthieu2102@gmail.com # # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 # -# Github: https://github.com/thieunguyen5991 # +# Github: https://github.com/thieu1995 # #-------------------------------------------------------------------------------------------------------# diff --git a/opfunu/dimension_based/benchmark2d.py b/opfunu/dimension_based/benchmark2d.py index 00151ac..9cb11eb 100644 --- a/opfunu/dimension_based/benchmark2d.py +++ b/opfunu/dimension_based/benchmark2d.py @@ -4,7 +4,7 @@ # # # Email: nguyenthieu2102@gmail.com # # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 # -# Github: https://github.com/thieunguyen5991 # +# Github: https://github.com/thieu1995 # #-------------------------------------------------------------------------------------------------------# import numpy as np diff --git a/opfunu/dimension_based/benchmark3d.py b/opfunu/dimension_based/benchmark3d.py index 923a89c..61f2099 100644 --- a/opfunu/dimension_based/benchmark3d.py +++ b/opfunu/dimension_based/benchmark3d.py @@ -4,7 +4,7 @@ # # # Email: nguyenthieu2102@gmail.com # # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 # -# Github: https://github.com/thieunguyen5991 # +# Github: https://github.com/thieu1995 # #-------------------------------------------------------------------------------------------------------# diff --git a/opfunu/dimension_based/benchmarknd.py b/opfunu/dimension_based/benchmarknd.py index 7f7346f..5313746 100644 --- a/opfunu/dimension_based/benchmarknd.py +++ b/opfunu/dimension_based/benchmarknd.py @@ -4,7 +4,7 @@ # # # Email: nguyenthieu2102@gmail.com # # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 # -# Github: https://github.com/thieunguyen5991 # +# Github: https://github.com/thieu1995 # #-------------------------------------------------------------------------------------------------------# import numpy as np diff --git a/opfunu/type_based/__init__.py b/opfunu/type_based/__init__.py index a86a3ad..48b12e0 100644 --- a/opfunu/type_based/__init__.py +++ b/opfunu/type_based/__init__.py @@ -4,6 +4,6 @@ # % # Email: nguyenthieu2102@gmail.com % # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 % -# Github: https://github.com/thieunguyen5991 % +# Github: https://github.com/thieu1995 % #-------------------------------------------------------------------------------------------------------% diff --git a/opfunu/type_based/multi_modal.py b/opfunu/type_based/multi_modal.py index dab7d46..8bb8b46 100644 --- a/opfunu/type_based/multi_modal.py +++ b/opfunu/type_based/multi_modal.py @@ -4,7 +4,7 @@ # # # Email: nguyenthieu2102@gmail.com # # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 # -# Github: https://github.com/thieunguyen5991 # +# Github: https://github.com/thieu1995 # #-------------------------------------------------------------------------------------------------------# import numpy as np diff --git a/opfunu/type_based/uni_modal.py b/opfunu/type_based/uni_modal.py index b5caf8f..9ea115e 100644 --- a/opfunu/type_based/uni_modal.py +++ b/opfunu/type_based/uni_modal.py @@ -4,7 +4,7 @@ # # # Email: nguyenthieu2102@gmail.com # # Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 # -# Github: https://github.com/thieunguyen5991 # +# Github: https://github.com/thieu1995 # #-------------------------------------------------------------------------------------------------------# import numpy as np diff --git a/setup.py b/setup.py index 15e7253..20fdf24 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ def readme(): description="A framework of Optimization Functions using Numpy (OpFuNu) for optimization problems", long_description=readme(), long_description_content_type="text/markdown", - url="https://github.com/thieunguyen5991/opfunu", - download_url="https://github.com/thieunguyen5991/opfunu/archive/v0.8.0.zip", + url="https://github.com/thieu1995/opfunu", + download_url="https://github.com/thieu1995/opfunu/archive/v0.8.0.zip", packages=find_packages(), include_package_data=True, license="MIT",