GeneticAlgorithm icon indicating copy to clipboard operation
GeneticAlgorithm copied to clipboard

GA.cpp第40行中有一个0.0作为除数的小bug。

Open Mr-Zhao-lin opened this issue 1 year ago • 0 comments

std::pair<std::vector , float> best(std::vector(0.0),-1.0/0.0); 是未定义行为,部分编译器不允许该操作

Mr-Zhao-lin avatar Apr 21 '23 07:04 Mr-Zhao-lin