From: <lor...@us...> - 2013-11-21 20:44:43
|
Revision: 4171 http://sourceforge.net/p/dl-learner/code/4171 Author: lorenz_b Date: 2013-11-21 20:44:41 +0000 (Thu, 21 Nov 2013) Log Message: ----------- Updated CONFIG. Modified Paths: -------------- trunk/test/fuzzydll/CONFIG Modified: trunk/test/fuzzydll/CONFIG =================================================================== --- trunk/test/fuzzydll/CONFIG 2013-11-21 15:24:32 UTC (rev 4170) +++ trunk/test/fuzzydll/CONFIG 2013-11-21 20:44:41 UTC (rev 4171) @@ -1,6 +1,4 @@ -MILP_SOLVER = /Users/josue/Documents/PhD/AKSW/fuzzySemanticTools/FuzzyDLMacOSX/FuzzyDL/fuzzyDLcbc -EPSILON = 0.01 -solver = z -max_individuals = -1 debugPrint = false -CBC = 1 +epsilon = 0.001 +maxIndividuals = -1 +showVersion = true \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |