Package | Description |
---|---|
org.chocosolver.solver.objective | |
org.chocosolver.solver.search.loop.monitors | |
org.chocosolver.solver.search.strategy.strategy |
Modifier and Type | Class and Description |
---|---|
class |
ParetoOptimizer
Class to store the pareto front (multi-objective optimization).
|
Modifier and Type | Class and Description |
---|---|
class |
CPProfiler
A search monitor to send data to cp-profiler.
|
class |
NogoodFromSolutions
Avoid exploring same solutions (useful with restart on solution)
Beware :
- Must be plugged as a monitor
- Only works for integer variables
This can be used to remove similar/symmetric solutions
|
class |
SearchMonitorList
|
Modifier and Type | Class and Description |
---|---|
class |
LastConflict
Last Conflict heuristic
Composite heuristic which hacks a mainStrategy by forcing the
use of variables involved in recent conflicts
|
Copyright © 2018. All rights reserved.