Package org.optaplanner.core.impl.heuristic.selector.entity

Examples of org.optaplanner.core.impl.heuristic.selector.entity.FromSolutionEntitySelector


            // https://issues.jboss.org/browse/PLANNER-54
            throw new IllegalArgumentException("The minimumCacheType (" + minimumCacheType
                    + ") is not yet supported. Please use " + SelectionCacheType.PHASE + " instead.");
        }
        // FromSolutionEntitySelector has an intrinsicCacheType STEP
        return new FromSolutionEntitySelector(entityDescriptor, minimumCacheType, randomSelection);
    }
View Full Code Here

TOP

Related Classes of org.optaplanner.core.impl.heuristic.selector.entity.FromSolutionEntitySelector

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.