aco.py会报错
运行evaluate.py后,过程中会出现aco.py里面的报错,错误发生在第82行unvisit_list.remove(visit_next)#update,报错内容大致是remove()失败,没有visit_next内容什么的
前面有个issue https://github.com/robin-shaun/Multi-UAV-Task-Assignment-Benchmark/issues/1 也是这个,提问者已经解决了,你可以问问他
I would like to ask you how to solve this problem? thank you very much. lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value ValueError: list.remove(x): x not in list
Haven't seen this problem on python 3.9 (https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh). Seems not related to the benchmark itself.
运行evaluate.py后,过程中会出现aco.py里面的报错,错误发生在第82行unvisit_list.remove(visit_next)#update,报错内容大致是remove()失败,没有visit_next内容什么的
您好,请问这个错误您是怎么改正的啊
运行evaluate.py后,过程中会出现aco.py里面的报错,错误发生在第82行unvisit_list.remove(visit_next)#update,报错内容大致是remove()失败,没有visit_next内容什么的
您好,请问这个错误您是怎么改正的啊
同问
I would like to ask you how to solve this problem? thank you very much. lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value ValueError: list.remove(x): x not in list