Skip to content

Commit 4a213fa

Browse files
author
ali
committed
Merge branch 'rziw' of https://gitlab.com/AliJafari13/ga into rziw
2 parents a076022 + 8279b2c commit 4a213fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.idea/~$vcs.xml

162 Bytes
Binary file not shown.

GeneticAlgorithm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function crossOver() {
9090
$this->parents[$m] = $this->chromosome[$m];
9191
}
9292
}
93-
$this->$iteration += 1;
93+
$this->iteration += 1;
9494
}
9595
}
9696

0 commit comments

Comments
 (0)