Uses of Interface
org.chocosolver.solver.search.loop.monitors.IMonitorSolution
-
Packages that use IMonitorSolution Package Description org.chocosolver.solver.objective org.chocosolver.solver.search.loop.monitors org.chocosolver.solver.search.strategy.strategy org.chocosolver.solver.trace -
-
Uses of IMonitorSolution in org.chocosolver.solver.objective
Classes in org.chocosolver.solver.objective that implement IMonitorSolution Modifier and Type Class Description class
ParetoOptimizer
Class to store the pareto front (multi-objective optimization). -
Uses of IMonitorSolution in org.chocosolver.solver.search.loop.monitors
Classes in org.chocosolver.solver.search.loop.monitors that implement IMonitorSolution Modifier and Type Class Description class
NogoodFromSolutions
Avoid exploring same solutions (useful with restart on solution) Beware : - Must be plugged as a monitor - Only works for integer variablesclass
SearchMonitorList
-
Uses of IMonitorSolution in org.chocosolver.solver.search.strategy.strategy
Classes in org.chocosolver.solver.search.strategy.strategy that implement IMonitorSolution Modifier and Type Class Description class
LastConflict<V extends Variable>
Last Conflict heuristic Composite heuristic which hacks a mainStrategy by forcing the use of variables involved in recent conflicts -
Uses of IMonitorSolution in org.chocosolver.solver.trace
Classes in org.chocosolver.solver.trace that implement IMonitorSolution Modifier and Type Class Description class
CPProfiler
A search monitor to send data to cp-profiler.class
GephiGenerator
Project: choco-solver.class
GraphvizGenerator
Project: choco-solver.class
SearchViz
Created by cprudhom on 22/10/2015.
-