-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1_run_entrada2_alpha_beta.sh
executable file
·11 lines (10 loc) · 4.3 KB
/
1_run_entrada2_alpha_beta.sh
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 4 --beta 1 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 3 --beta 1 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 2 --beta 1 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 3 --beta 2 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 1 --beta 1 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 2 --beta 3 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 1 --beta 2 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 1 --beta 3 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta
ruby ../main.rb --min_runs 1 --max_runs 1 --step_runs 1 --min_ants 160 --max_ants 160 --step_ants 100 --iterations 100 --initial_pheromone_amount 20.0 --ant_pheromone_deposit_amount 1.0 --pheromone_evaporation_rate 0.25 --daemon_pheromone_deposit_amount 2 --max_pheromone_threshold 100.0 --min_pheromone_threshold 0,001 --alpha 1 --beta 4 --exploitation_factor 0.1 --input_file_path ../input/entrada2.txt --optimum_cost 0 --output_file ../output/2_alphabeta.txt --description alpha_beta