Changeset - c60fda4aa5cf
[Not reviewed]
0 1 1
Tom Bannink - 8 years ago 2017-06-05 21:11:23
tom.bannink@cwi.nl
Add ETMT datafile
1 file changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
data/README
Show inline comments
 
@@ -40,24 +40,31 @@ graphdata_successrates.m
 
    mixingTime = 32*(32.0f - 15.0f*(tau - 2.0f)) * n
 
    measurements = 50
 
    measureSkip = 200
 

	
 
graphdata_successrates_timeevol.m
 
    output: {{n,tau},triangleseq,successrateseq}
 
    n = 1000
 
    degreeSamples = 5
 
    mixingTime = 0
 
    measurements = 500
 
    measureSkip = 100 (successrate also per 100)
 

	
 
graphdata_etmt.m
 
    output: {{n,tau},ETMT}
 
    n = 100 to 1000 in steps of 100
 
    runsPerSample = 5
 
    measurements = 50000
 
    measureSkip = 1
 

	
 
graphdata_initialtris.m
 
    output: {{n,tau},avgTriangles,{gcm1TrisSum,gcm1TrisCount},{gcm1TrisSum,gcm1TrisCount}}
 
    simulation was stopped halfway through. Was halfway n=1000
 
    degreeSamples = 200
 
    avgTriangles was obtained from switchchain with EG start and
 
    mixingTime = (32.0f - 20.0f * (tau - 2.0f)) * numVertices;
 
    measurements = 20
 
    measureSkip = 200
 

	
 
graphdata_initialtris2.m
 
    same as above but simulation was stopped during (n,tau)=(1400,2.6)
 

	

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)