Package org.drools.planner.core.heuristic.selector.value.chained

Examples of org.drools.planner.core.heuristic.selector.value.chained.DefaultSubChainSelector$RandomSubChainIterator


        }
        // ValueSelector uses SelectionOrder.ORIGINAL because a SubChainSelector STEP caches the values
        ValueSelector valueSelector = valueSelectorConfig.buildValueSelector(environmentMode,
                solutionDescriptor, entityDescriptor,
                minimumCacheType, SelectionOrder.ORIGINAL);
        return new DefaultSubChainSelector(valueSelector, inheritedSelectionOrder == SelectionOrder.RANDOM,
                minimumSubChainSize == null ? DEFAULT_MINIMUM_SUB_CHAIN_SIZE : minimumSubChainSize);
    }
View Full Code Here

TOP

Related Classes of org.drools.planner.core.heuristic.selector.value.chained.DefaultSubChainSelector$RandomSubChainIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.