._site

(Arne Babenhauserheide)
2012-07-27: allow selecting the starting_configs to be calculated. tip

allow selecting the starting_configs to be calculated.

(Arne Babenhauserheide)
2012-07-27: fixes

fixes

(Arne Babenhauserheide)
2012-07-27: added the --nofullroutes commandline parameter.

added the --nofullroutes commandline parameter.

(Arne Babenhauserheide)
2012-07-27: Added the possibility to not calculate the full route when routing,

Added the possibility to not calculate the full route when routing, but stop at maxhtl. Should speed up random networks (flat) quite a bit.

(Arne Babenhauserheide)
2012-07-26: better filenames in command.

better filenames in command.

(Arne Babenhauserheide)
2012-07-26: command which includes the htl.

command which includes the htl.

(Arne Babenhauserheide)
2012-07-26: added shell command for running everything.

added shell command for running everything.

(Arne Babenhauserheide)
2012-07-26: make jump-ratio and jumphalf take wraparound into account.

make jump-ratio and jumphalf take wraparound into account.

(Arne Babenhauserheide)
2012-07-26: succ: <= htl

succ: <= htl

(Arne Babenhauserheide)
2012-07-26: don’t format an int as float…

don’t format an int as float…

(Arne Babenhauserheide)
2012-07-26: more optimization options and nicer plots (which only work if you

more optimization options and nicer plots (which only work if you convert and compile pylab/matplotlib by hand right now).

(Arne Babenhauserheide)
2012-07-26: added a cli interface.

added a cli interface.

(Arne Babenhauserheide)
2012-07-26: jumphalf as default

jumphalf as default

(Arne Babenhauserheide)
2012-07-26: more optimization strategies.

more optimization strategies.

(Arne Babenhauserheide)
2012-07-25: add real path folding via connect-to-target in two flavors: check

add real path folding via connect-to-target in two flavors: check local linkdist and simple.

(Arne Babenhauserheide)
2012-07-25: logarithmic binning for the deviation-from-small-world costfunction.

logarithmic binning for the deviation-from-small-world costfunction.

(Arne Babenhauserheide)
2012-07-25: the starter can fold, too

the starter can fold, too

(Arne Babenhauserheide)
2012-07-25: only fold if that’s locally better. finally the ideal does not get

only fold if that’s locally better. finally the ideal does not get worse anymore.

(Arne Babenhauserheide)
2012-07-25: some cleanup

some cleanup

(Arne Babenhauserheide)
2012-07-25: use a proper wraparound metric (dist())

use a proper wraparound metric (dist())

(Arne Babenhauserheide)
2012-07-25: fold more often.

fold more often.

(Arne Babenhauserheide)
2012-07-25: the implemented path folding algorithm really sucks. It actually

the implemented path folding algorithm really sucks. It actually makes an ideal network random.

(Arne Babenhauserheide)
2012-07-25: now plots multiple runs as logscaled histogram.

now plots multiple runs as logscaled histogram.

(Arne Babenhauserheide)
2012-07-25: typo

typo

(Arne Babenhauserheide)
2012-07-25: It runs through, now - and optimizes most of the time. But it can

It runs through, now - and optimizes most of the time. But it can get stuck.

(Arne Babenhauserheide)
2012-07-25: debugging: it lostt connections and now I broke it...

debugging: it lostt connections and now I broke it...

(Arne Babenhauserheide)
2012-07-25: initial working version with folding.

initial working version with folding.

(Arne Babenhauserheide)
2012-07-25: first version of greedy routing works.

first version of greedy routing works.