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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我运行了程序,发现auction-based的仿真,会出现几个机器人在整个仿真过程中一直待在原地不动的情况,请问这是为什么呢? 期待您的回复,谢谢。
The text was updated successfully, but these errors were encountered:
这是auction-based的算法导致的,因为我现在的优化指标是MinSum,就是所有机器人总的行驶距离最短,所以如果是机器人比较多而任务又相对较少时,就会有几台机器人不派出。如果你采用MinMax,要求机器人中最大的行驶距离最短就另当别论了。
Sorry, something went wrong.
了解,非常感谢。
No branches or pull requests
您好,我运行了程序,发现auction-based的仿真,会出现几个机器人在整个仿真过程中一直待在原地不动的情况,请问这是为什么呢?
期待您的回复,谢谢。
The text was updated successfully, but these errors were encountered: