source: liacs/nc/low-correlation/sa-fitness.eps@ 41

Last change on this file since 41 was 40, checked in by Rick van der Zwet, 15 years ago

e = exp(1)

File size: 8.8 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.27.23-0.1-pae #1 SMP 2009-05-26 17:02:05 -0400 i686.
3%%Title: ./sa-fitness.eps
4%%CreationDate: 12/16/2009 21:48:04
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%LanguageLevel: 2
8%%Pages: 1
9%%BoundingBox: 58 199 546 602
10%%EndComments
11
12%%BeginProlog
13% MathWorks dictionary
14/MathWorks 160 dict begin
15% definition operators
16/bdef {bind def} bind def
17/ldef {load def} bind def
18/xdef {exch def} bdef
19/xstore {exch store} bdef
20% operator abbreviations
21/c /clip ldef
22/cc /concat ldef
23/cp /closepath ldef
24/gr /grestore ldef
25/gs /gsave ldef
26/mt /moveto ldef
27/np /newpath ldef
28/cm /currentmatrix ldef
29/sm /setmatrix ldef
30/rm /rmoveto ldef
31/rl /rlineto ldef
32/s {show newpath} bdef
33/sc {setcmykcolor} bdef
34/sr /setrgbcolor ldef
35/sg /setgray ldef
36/w /setlinewidth ldef
37/j /setlinejoin ldef
38/cap /setlinecap ldef
39/rc {rectclip} bdef
40/rf {rectfill} bdef
41% page state control
42/pgsv () def
43/bpage {/pgsv save def} bdef
44/epage {pgsv restore} bdef
45/bplot /gsave ldef
46/eplot {stroke grestore} bdef
47% orientation switch
48/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49% coordinate system mappings
50/dpi2point 0 def
51% font control
52/FontSize 0 def
53/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54 makefont setfont} bdef
55/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56 exch dup 3 1 roll findfont dup length dict begin
57 { 1 index /FID ne {def}{pop pop} ifelse } forall
58 /Encoding exch def currentdict end definefont pop} bdef
59/isroman {findfont /CharStrings get /Agrave known} bdef
60/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61 exch FMS} bdef
62/csm {1 dpi2point div -1 dpi2point div scale neg translate
63 dup landscapeMode eq {pop -90 rotate}
64 {rotateMode eq {90 rotate} if} ifelse} bdef
65% line types: solid, dotted, dashed, dotdash
66/SO { [] 0 setdash } bdef
67/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68/DA { [6 dpi2point mul] 0 setdash } bdef
69/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70 dpi2point mul] 0 setdash } bdef
71% macros for lines and objects
72/L {lineto stroke} bdef
73/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74/AP {{rlineto} repeat} bdef
75/PDlw -1 def
76/W {/PDlw currentlinewidth def setlinewidth} def
77/PP {closepath eofill} bdef
78/DP {closepath stroke} bdef
79/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
80 neg 0 exch rlineto closepath} bdef
81/FR {MR stroke} bdef
82/PR {MR fill} bdef
83/L1i {{currentfile picstr readhexstring pop} image} bdef
84/tMatrix matrix def
85/MakeOval {newpath tMatrix currentmatrix pop translate scale
860 0 1 0 360 arc tMatrix setmatrix} bdef
87/FO {MakeOval stroke} bdef
88/PO {MakeOval fill} bdef
89/PD {currentlinewidth 2 div 0 360 arc fill
90 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91/FA {newpath tMatrix currentmatrix pop translate scale
92 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
94 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95/FAn {newpath tMatrix currentmatrix pop translate scale
96 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99/vradius 0 def /hradius 0 def /lry 0 def
100/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103 vradius add translate hradius vradius scale 0 0 1 180 270 arc
104 tMatrix setmatrix lrx hradius sub uly vradius add translate
105 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106 lrx hradius sub lry vradius sub translate hradius vradius scale
107 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109 closepath} bdef
110/FRR {MRR stroke } bdef
111/PRR {MRR fill } bdef
112/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116 closepath} bdef
117/FlrRR {MlrRR stroke } bdef
118/PlrRR {MlrRR fill } bdef
119/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123 closepath} bdef
124/FtbRR {MtbRR stroke } bdef
125/PtbRR {MtbRR fill } bdef
126/stri 6 array def /dtri 6 array def
127/smat 6 array def /dmat 6 array def
128/tmat1 6 array def /tmat2 6 array def /dif 3 array def
129/asub {/ind2 exch def /ind1 exch def dup dup
130 ind1 get exch ind2 get sub exch } bdef
131/tri_to_matrix {
132 2 0 asub 3 1 asub 4 0 asub 5 1 asub
133 dup 0 get exch 1 get 7 -1 roll astore } bdef
134/compute_transform {
135 dmat dtri tri_to_matrix tmat1 invertmatrix
136 smat stri tri_to_matrix tmat2 concatmatrix } bdef
137/ds {stri astore pop} bdef
138/dt {dtri astore pop} bdef
139/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140 currentfile
141 3 index 0 eq {/ASCIIHexDecode filter}
142 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143 ifelse exch readstring pop
144 dup 0 3 index getinterval /rbmap xdef
145 dup 2 index dup getinterval /gbmap xdef
146 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147/it {gs np dtri aload pop moveto lineto lineto cp c
148 cols rows 8 compute_transform
149 rbmap gbmap bbmap true 3 colorimage gr}bdef
150/il {newpath moveto lineto stroke}bdef
151currentdict end def
152%%EndProlog
153
154%%BeginSetup
155MathWorks begin
156
1570 cap
158
159end
160%%EndSetup
161
162%%Page: 1 1
163%%BeginPageSetup
164%%PageBoundingBox: 58 199 546 602
165MathWorks begin
166bpage
167%%EndPageSetup
168
169%%BeginObject: obj1
170bplot
171
172/dpi2point 12 def
173portraitMode 0216 7344 csm
174
175 480 110 5857 4845 rc
17676 dict begin %Colortable dictionary
177/c0 { 0.000000 0.000000 0.000000 sr} bdef
178/c1 { 1.000000 1.000000 1.000000 sr} bdef
179/c2 { 0.900000 0.000000 0.000000 sr} bdef
180/c3 { 0.000000 0.820000 0.000000 sr} bdef
181/c4 { 0.000000 0.000000 0.800000 sr} bdef
182/c5 { 0.910000 0.820000 0.320000 sr} bdef
183/c6 { 1.000000 0.260000 0.820000 sr} bdef
184/c7 { 0.000000 0.820000 0.820000 sr} bdef
185c0
1861 j
1871 sg
188 0 0 6913 5186 rf
1896 w
1900 4226 5356 0 0 -4226 899 4615 4 MP
191PP
192-5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
1934 w
194DO
1950 sg
196 899 4615 mt 899 389 L
197 899 389 mt 899 389 L
1981434 4615 mt 1434 389 L
1991434 389 mt 1434 389 L
2001970 4615 mt 1970 389 L
2011970 389 mt 1970 389 L
2022505 4615 mt 2505 389 L
2032505 389 mt 2505 389 L
2043041 4615 mt 3041 389 L
2053041 389 mt 3041 389 L
2063577 4615 mt 3577 389 L
2073577 389 mt 3577 389 L
2084112 4615 mt 4112 389 L
2094112 389 mt 4112 389 L
2104648 4615 mt 4648 389 L
2114648 389 mt 4648 389 L
2125183 4615 mt 5183 389 L
2135183 389 mt 5183 389 L
2145719 4615 mt 5719 389 L
2155719 389 mt 5719 389 L
2166255 4615 mt 6255 389 L
2176255 389 mt 6255 389 L
218 899 4615 mt 6255 4615 L
2196255 4615 mt 6255 4615 L
220 899 4192 mt 6255 4192 L
2216255 4192 mt 6255 4192 L
222 899 3769 mt 6255 3769 L
2236255 3769 mt 6255 3769 L
224 899 3347 mt 6255 3347 L
2256255 3347 mt 6255 3347 L
226 899 2924 mt 6255 2924 L
2276255 2924 mt 6255 2924 L
228 899 2502 mt 6255 2502 L
2296255 2502 mt 6255 2502 L
230 899 2079 mt 6255 2079 L
2316255 2079 mt 6255 2079 L
232 899 1656 mt 6255 1656 L
2336255 1656 mt 6255 1656 L
234 899 1234 mt 6255 1234 L
2356255 1234 mt 6255 1234 L
236 899 811 mt 6255 811 L
2376255 811 mt 6255 811 L
238 899 389 mt 6255 389 L
2396255 389 mt 6255 389 L
240SO
2416 w
242 899 4615 mt 6255 4615 L
243 899 4615 mt 899 389 L
244 899 4615 mt 899 4561 L
245%%IncludeResource: font Helvetica
246/Helvetica /ISOLatin1Encoding 120 FMSR
247
248 866 4760 mt
249(0) s
2501434 4615 mt 1434 4561 L
2511351 4760 mt
252(0.1) s
2531970 4615 mt 1970 4561 L
2541887 4760 mt
255(0.2) s
2562505 4615 mt 2505 4561 L
2572422 4760 mt
258(0.3) s
2593041 4615 mt 3041 4561 L
2602958 4760 mt
261(0.4) s
2623577 4615 mt 3577 4561 L
2633494 4760 mt
264(0.5) s
2654112 4615 mt 4112 4561 L
2664029 4760 mt
267(0.6) s
2684648 4615 mt 4648 4561 L
2694565 4760 mt
270(0.7) s
2715183 4615 mt 5183 4561 L
2725100 4760 mt
273(0.8) s
2745719 4615 mt 5719 4561 L
2755636 4760 mt
276(0.9) s
2776255 4615 mt 6255 4561 L
2786222 4760 mt
279(1) s
280 899 4615 mt 952 4615 L
281 798 4659 mt
282(0) s
283 899 4192 mt 952 4192 L
284 698 4236 mt
285(0.1) s
286 899 3769 mt 952 3769 L
287 698 3813 mt
288(0.2) s
289 899 3347 mt 952 3347 L
290 698 3391 mt
291(0.3) s
292 899 2924 mt 952 2924 L
293 698 2968 mt
294(0.4) s
295 899 2502 mt 952 2502 L
296 698 2546 mt
297(0.5) s
298 899 2079 mt 952 2079 L
299 698 2123 mt
300(0.6) s
301 899 1656 mt 952 1656 L
302 698 1700 mt
303(0.7) s
304 899 1234 mt 952 1234 L
305 698 1278 mt
306(0.8) s
307 899 811 mt 952 811 L
308 698 855 mt
309(0.9) s
310 899 389 mt 952 389 L
311 798 433 mt
312(1) s
3132389 294 mt
314(Simulated Annealing on Low-Corretation set) s
315 616 2676 mt -90 rotate
316(fitness) s
31790 rotate
3183333 4903 mt
319(iterations) s
320
321end %%Color Dict
322
323eplot
324%%EndObject
325
326epage
327end
328
329showpage
330
331%%Trailer
332%%EOF
Note: See TracBrowser for help on using the repository browser.