Skip to content

Commit 74d7a2b

Browse files
authored
Merge pull request #2 from martiasG/feature/feed_extradata_fitness_function
add extra data to evaluate fitness
2 parents 004dbdd + adfd702 commit 74d7a2b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy
2-
matplotlib
2+
matplotlib
3+
tqdm

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pygad",
8-
version="2.14.3",
8+
version="2.14.5",
99
author="Ahmed Fawzy Gad",
1010
install_requires=["numpy", "matplotlib",],
1111
author_email="ahmed.f.gad@gmail.com",

src/pygad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 004dbdd3c21cc564d03928d71eb7a0e0419a6ecb

0 commit comments

Comments
 (0)