org.optaplanner.core.impl.heuristic.selector.move.factory
public interface MoveListFactory
List
of custom Move
s.
For a more powerful version, see MoveIteratorFactory
.Modifier and Type | Method and Description |
---|---|
List<Move> |
createMoveList(Solution solution)
When it is called depends on the configured
SelectionCacheType . |
List<Move> createMoveList(Solution solution)
SelectionCacheType
.
It can never support SelectionCacheType.JUST_IN_TIME
,
because it returns a List
, not an Iterator
.Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.