Skip to content

Commit

Permalink
fix: Minor comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 committed Aug 24, 2021
1 parent 5ecc46f commit 35c3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightscheduling.py
Expand Up @@ -150,7 +150,7 @@ def main():
soln, cost, nfe = single_run(genetic_algorithm_with_reversals, domain['griewank'] * 13, griewank, seed_init=False,
save_fig=False, print_sch=True)
print(soln, cost, nfe)
print_schedule(soln, 'FCO')
#print_schedule(soln, 'FCO')
# multiple_runs(simulated_annealing,domain[ 'matyas'],matyas,n=20,use_multiproc=True)
# multiple_runs(random_search,domain['matyas'],matyas,n=20,use_multiproc=True)
# multiple_runs(hill_climb,domain['griewank']*13,griewank,n=20,use_multiproc=True)
Expand Down

0 comments on commit 35c3541

Please sign in to comment.