Skip to content

Commit

Permalink
Update author's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Sep 22, 2020
1 parent a66e00e commit 4920552
Show file tree
Hide file tree
Showing 83 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
6 changes: 3 additions & 3 deletions docs/pages/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

2 changes: 1 addition & 1 deletion examples/cec_basic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

2 changes: 1 addition & 1 deletion examples/cec_basic/test_cec2014.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/cec_basic/test_cec2014_nobias.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/run_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2005.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2008.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2010.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2013.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2014.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2015.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec2020.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cec_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion opfunu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

2 changes: 1 addition & 1 deletion opfunu/cec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# %
# Email: [email protected] %
# Homepage: https://www.researchgate.net/profile/Thieu_Nguyen6 %
# Github: https://github.com/thieunguyen5991 %
# Github: https://github.com/thieu1995 %
#-------------------------------------------------------------------------------------------------------%

2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F1.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F10.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F11.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F12.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F13.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F14.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F15.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F16.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F17.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F18.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F19.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
2 changes: 1 addition & 1 deletion opfunu/cec/cec2005/F2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# %
# Email: [email protected] %
# 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
Expand Down
Loading

0 comments on commit 4920552

Please sign in to comment.