Skip to content

Commit

Permalink
version: 0.5.8 #64 #53
Browse files Browse the repository at this point in the history
  • Loading branch information
guofei9987 committed Aug 7, 2020
1 parent 31d6fa1 commit 156767c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sko/GA.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ class GA(GeneticAlgorithmBase):
The lower bound of every variables of func
ub : array_like
The upper bound of every vaiiables of func
constraint_eq : list
constraint_eq : tuple
equal constraint
constraint_ueq : list
constraint_ueq : tuple
unequal constraint
precision : array_like
The precision of every vaiiables of func
Expand Down
4 changes: 3 additions & 1 deletion sko/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__version__ = '0.5.7'
__version__ = '0.5.8'

from . import DE, GA, PSO, SA, ACA, AFSA, IA


def start():
Expand Down

0 comments on commit 156767c

Please sign in to comment.