#            ___TSP config file___
#            Define problem
n_cities     4663
data_file    canada.data
#            Solution method:
#            1=EXACT, 2=MONTE_CARLO, 3=ANNEALING, 4=EVOLUTIONARY, 5=PARALLEL_EVOL
run_type     5
n_trials     100000000
out_samples  1000
max_sampling 1000
show_chgs    .false.
#            Initialisation method:
#            1=NUMERICAL, 2=RANDOM, 3=GREEDY
init_type    2
#            Perturbation method:
#            1=SWAP, 2=REVERSE/SHIFT
perturb_type 2
#            Annealing/Selection Schedule:
#            1=CONSTANT, 2=LINEAR, 3=QUADRATIC
sched_type   2
sched_chngs  100
#            Initial temperature for Schedule:
tem_init     1000.0
#            Population for GA/EGA
n_parents    50
birth_rate   20
end

