]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
Labelling: Bugfixes in get_closure
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index 0751960a2d685ec1f54f99a57ae2d2f0b7e8929b..3f3a70b8eb85f0ef53988a321cf3b95f0cc00bb2 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -67,6 +67,15 @@ Debug {
        DumpSymbols 0
 }
 
        DumpSymbols 0
 }
 
+Labelling {
+       # Maximal length of line section in milimeters
+       MaxSectionLenght 80
+       # Section's length may exceed limit by at most [mm]
+       MaxSectionOverlay 10
+       # Bitmap granularity (bitmap points per milimeter)
+       BitmapGranularity 1
+}
+
 Evolution {
        # Number of individuals in each generation
        PopSize 50
 Evolution {
        # Number of individuals in each generation
        PopSize 50
@@ -81,6 +90,11 @@ Evolution {
        StagnationBound 10
        IterationLimit 200
 
        StagnationBound 10
        IterationLimit 200
 
+       # Ranking parameters
+       DistanceWeight  1
+       OmittmentWeight 1
+       OverlapWeight   1
+
        # Create that part of generation by breeding
        BreedPopSize 0.45
        # Use that part of best individuals for parent selection
        # Create that part of generation by breeding
        BreedPopSize 0.45
        # Use that part of best individuals for parent selection
@@ -100,9 +114,4 @@ Evolution {
        MutateChvarBound 0.1
 
        ElitePopSize 0.1
        MutateChvarBound 0.1
 
        ElitePopSize 0.1
-
-       # Maximal length of line section in milimeters
-       MaxSectionLenght 80
-       # Section's length may exceed limit by at most [mm]
-       MaxSectionOverlay 10
 }
 }