【发布时间】:2016-02-09 15:36:29
【问题描述】:
我尝试运行示例https://github.com/droolsjbpm/optaplanner/tree/master/optaplanner-examples/src/main/java/org/optaplanner/examples/vehiclerouting 正如这里所写: http://docs.jboss.org/optaplanner/release/6.3.0.Final/optaplanner-docs/html_single/index.html#downloadAndRunTheExamples 带有数据集 cvrptw-25customers.xml 。当我在一些客户中更改 readyTime 和 dueTime 时,并没有导致分数发生任何变化。看起来这个程序不关心时间窗口。我应该更改 Java 类中的某些内容吗?我的目标是在考虑到所有时间窗口的情况下,争取到为所有客户开车所需的时间。
【问题讨论】:
标签: optaplanner