Skip to content

Commit f55ac72

Browse files
author
ali
committed
just a line added
1 parent 724ae12 commit f55ac72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GeneticAlgorithm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function __construct()
6767
var_dump($this->max_fitness);
6868

6969
echo "<br>when finish finish_point is:".$finish_point;
70+
echo "<br>".$this->chromosome[$finish_point][0] ." + (2*".$this->chromosome[$finish_point][1].") + (3*".$this->chromosome[$finish_point][2].") = 10";
7071
}
7172

7273
public function calcFx(){

0 commit comments

Comments
 (0)