Software Options

Method

Input

Output

Time controlling

Tree selecting

Tree combining

Consensus method options

Simulated annealing options (when looking for maximally similar trees)

Help


Sample commands

A sample command setting all flags relevant to the consensus method, demonstrated in the long format (--xxx=arg):

python graph_of_life.py --consensus --filename="data1" --delimiter="; ," --debug=0 --maximum_selecting_time=120 --maximum_combining_time=120 --restart_iteration=100 --hitting_iteration=30 --evaluating_iteration=30 --graph_iteration=30 --frequency=10

A sample command setting all flags relevant to the simulated annealing method, demonstrated in the short format (-x arg):

python graph_of_life.py -a -f data1 -w ",; " -d 0 -t 120 -u 120 -n 100 -s 30 -e 30 -g 30 -i 1.0 -z 0.01 -p 0.9 -m 100000 -r


back

Chien-I Liao