Changeset - ec405f768f31
[Not reviewed]
0 1 1
Tom Bannink - 8 years ago 2017-06-02 22:50:54
tom.bannink@cwi.nl
Add data of time evolution samples
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
 
@@ -12,12 +12,21 @@ graphdata_exponent_mixN.m
 
graphdata_exponent_hightau.m
 
    same as above, but with higher mixing time for high tau values
 
    n from 1000 to 10000 with steps of 1000
 
    degreeSamples = 2000
 
    mixingTime = 32 * (32.0f - 15.0f*(tau - 2.0f)) * n //note the -15 instead of -26
 

	
 
graphdata_timeevol.m
 
    output: {{n,tau},triangleseq,ds} 
 
    n = 1000
 
    degreeSamples = 5
 
    runsPerSample = 5
 
    mixingTime = 0
 
    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;

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

0 comments (0 inline, 0 general)