We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724ae12 commit f55ac72Copy full SHA for f55ac72
GeneticAlgorithm.php
@@ -67,6 +67,7 @@ public function __construct()
67
var_dump($this->max_fitness);
68
69
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";
71
}
72
73
public function calcFx(){
0 commit comments