ga = GeneticAlgorithm(rows=20, times=25, mans=8, cars=3, tons=8, distance=50, PW=100)TypeError: this constructor takes no arguments
Exited with error status 1
GeneticAlgorithm 是哪里来的 自定义的还是模块里的 自定义的话看看是怎么定义的