Package org.optaplanner.core.impl.solver.termination

Examples of org.optaplanner.core.impl.solver.termination.PhaseToSolverTerminationBridge


        phase.setPhaseIndex(phaseIndex);
        phase.setBestSolutionRecaller(bestSolutionRecaller);
        TerminationConfig terminationConfig_ = terminationConfig == null ? new TerminationConfig()
                : terminationConfig;
        phase.setTermination(terminationConfig_.buildTermination(configPolicy,
                new PhaseToSolverTerminationBridge(solverTermination)));
    }
View Full Code Here

TOP

Related Classes of org.optaplanner.core.impl.solver.termination.PhaseToSolverTerminationBridge

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.