Skip to content

Commit 156767c

Browse files
committed
version: 0.5.8 #64 #53
1 parent 31d6fa1 commit 156767c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sko/GA.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ class GA(GeneticAlgorithmBase):
108108
The lower bound of every variables of func
109109
ub : array_like
110110
The upper bound of every vaiiables of func
111-
constraint_eq : list
111+
constraint_eq : tuple
112112
equal constraint
113-
constraint_ueq : list
113+
constraint_ueq : tuple
114114
unequal constraint
115115
precision : array_like
116116
The precision of every vaiiables of func

sko/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
__version__ = '0.5.7'
1+
__version__ = '0.5.8'
2+
3+
from . import DE, GA, PSO, SA, ACA, AFSA, IA
24

35

46
def start():

0 commit comments

Comments
 (0)