Python 运行语句这个出错了,但是看不出来哪里错了,求帮助

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 是哪里来的 自定义的还是模块里的 自定义的话看看是怎么定义的