OptaPlanner:列为规划变量

OptaPlanner: List as Planning Variable

我正在做一个包含 OptaPlanner 的项目。 Here 我知道列表不能用 @PlanningVariable:

注释

OptaPlanner currently doesn’t support a @PlanningVariable on a collection. Although a future version will support it for flexibility reasons, it probably has an inherent performance and complexity cost, so it might be better to avoid it anyway.

我想知道支持此功能的版本是否已经可用,即使我了解它在性能和复杂性方面造成的问题。

它还不可用(我无法推测它何时可用),请参阅 https://issues.jboss.org/browse/PLANNER-728 了解规格。

这是一个重要的问题。