我正在尝试在我的时间折叠模型中使用并行重新启动。
我希望每次重新启动都有不同的初始解决方案。 但我无法理解如何通过构造启发阶段创建随机初始解决方案。
当然,我可以自己创建初始解决方案,但我仍然想知道是否可以使用构造启发式?
我尝试过这个配置:
random
我遇到了这个错误:
java.lang.IllegalStateException: Thecontains a changeMoveSelector (ChangeMoveSelectorConfig(EntitySelectorConfig(null), null)) that contains an entitySelector (EntitySelectorConfig(null)) without explicitly configuring the .
我的时间折叠版本1.6.0
正确答案
不,但我们可以为其添加一个特定阶段(或为其重复使用 constructionheuristic 阶段),例如
同时,您可以定义一个 customphase










