X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=map.cf;h=3f3a70b8eb85f0ef53988a321cf3b95f0cc00bb2;hb=refs%2Fheads%2Flabelling;hp=0751960a2d685ec1f54f99a57ae2d2f0b7e8929b;hpb=1b17564442494d9827c24abbdfd24dc2848bb107;p=leo.git diff --git a/map.cf b/map.cf index 0751960..3f3a70b 100644 --- a/map.cf +++ b/map.cf @@ -67,6 +67,15 @@ Debug { 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 @@ -81,6 +90,11 @@ Evolution { 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 @@ -100,9 +114,4 @@ Evolution { 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 }