|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.ConfigReader
public class ConfigReader
Reads some configuration arguments for the reasoner.
| Field Summary | |
|---|---|
static int |
cbc
CBC solver. |
static boolean |
debugPrint
Debugging mode |
static double |
EPSILON
Precision of the reasoner |
static int |
MAX_INDIVIDUALS
Maximum number of new individuals that will be created |
static java.lang.String |
milpSolver
Path of the external MILP solver |
| Constructor Summary | |
|---|---|
ConfigReader()
|
|
| Method Summary | |
|---|---|
static void |
loadParameters(java.lang.String configFile,
java.lang.String[] args)
Load parameters for the reasoner. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static double EPSILON
public static int MAX_INDIVIDUALS
public static boolean debugPrint
public static int cbc
public static java.lang.String milpSolver
| Constructor Detail |
|---|
public ConfigReader()
| Method Detail |
|---|
public static void loadParameters(java.lang.String configFile,
java.lang.String[] args)
configFile - Configuration file.args - Array or parameters.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||