Files
@ 552662b431c8
Branch filter:
Location: AENC/switchchain/data/README - annotation
552662b431c8
1.1 KiB
text/plain
Add new datafiles of overnight simulation
fe19e0b0539b fe19e0b0539b 9905828198ec fe19e0b0539b fe19e0b0539b 552662b431c8 fe19e0b0539b 3ffacda58392 fe19e0b0539b fe19e0b0539b fe19e0b0539b 3ffacda58392 3ffacda58392 3ffacda58392 3ffacda58392 3ffacda58392 3ffacda58392 3ffacda58392 3ffacda58392 3ffacda58392 c9cae060b3f3 c9cae060b3f3 c9cae060b3f3 552662b431c8 552662b431c8 552662b431c8 fda8425fac05 fda8425fac05 9905828198ec fda8425fac05 fda8425fac05 fda8425fac05 fda8425fac05 fda8425fac05 fda8425fac05 fda8425fac05 | Contents of each file
graphdata_exponent_mixN.m
output: {{n,tau},avgTriangles}
n from 200 to 2000 with step 200
degreeSamples = (500 + 1000) for mix1 and 1000 for mix4,mix8, 2000 for mix16
initial ErdosGallai
mixingTime = N * (32.0f - 26.0f*(tau - 2.0f)) * n
measurements = 50
measureSkip = 200
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)
graphdata_initialtris3.m
same as above but simulation was not stopped. n from 200 to 2000
graphdata_gcm_partial.m
??
output: {{n,tau},triangleseq,ds, {...??...} }
graphdata_partial.m
output: {{n,tau},triangleseq,ds,greedyTriangles1,greedyTriangles2,greedySeq1,greedySeq2}
degreeSamples = 200
mixingTime = 0
measurements = 50000
measureSkip = 1
|