|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
choco.kernel.solver.Configuration
samples.tutorials.lns.lns.LNSCPConfiguration
public class LNSCPConfiguration
additional settings for Large Neighborhood Search based on CP
LNSCPSolver
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class choco.kernel.solver.Configuration |
---|
Configuration.Default |
Field Summary | |
---|---|
static String |
LNS_INIT_SEARCH_LIMIT
the limit type set on the B&B in the initial step of LNS |
static String |
LNS_INIT_SEARCH_LIMIT_BOUND
the limit value set on the B&B in the initial step of LNS |
static String |
LNS_NEIGHBORHOOD_SEARCH_LIMIT
the limit type set on the backtracking in each neighborhood exploration of LNS |
static String |
LNS_NEIGHBORHOOD_SEARCH_LIMIT_BOUND
the limit value set on the backtracking in each neighborhood exploration of LNS |
static String |
LNS_RUN_LIMIT_NUMBER
the number of iterations of the loop in the second step of LNS |
static String |
LNS_USE
a boolean indicating wether the CP model must be solved by LNS or B&B |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
LNSCPConfiguration()
|
Method Summary | |
---|---|
String |
loadDefault(String key)
Load the default value of keys defined in @Default annotation |
Methods inherited from class choco.kernel.solver.Configuration |
---|
putBoolean, putDouble, putEnum, putFalse, putFile, putInt, putLong, putTrue, readBoolean, readBoolean, readDouble, readDouble, readEnum, readEnum, readFile, readFile, readInt, readInt, readLong, readLong, readString, readString, setDefault, storeDefault |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String LNS_INIT_SEARCH_LIMIT
Limit
,
Constant Field Valuespublic static final String LNS_INIT_SEARCH_LIMIT_BOUND
public static final String LNS_NEIGHBORHOOD_SEARCH_LIMIT
Limit
,
Constant Field Valuespublic static final String LNS_NEIGHBORHOOD_SEARCH_LIMIT_BOUND
public static final String LNS_RUN_LIMIT_NUMBER
public static final String LNS_USE
Constructor Detail |
---|
public LNSCPConfiguration()
Method Detail |
---|
public String loadDefault(String key)
loadDefault
in class Configuration
key
- the name of the field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |