Skip to content
Snippets Groups Projects
Commit 980bffd6 authored by hui's avatar hui
Browse files

remove the redandunt lines

parent 05b0efaa
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
import src.genetic_algo as ga import src.genetic_algo as ga
import bike.simu_bike as sb import bike.simu_bike as sb
gen=ga.Genetic_algorithm(population_size=5, gen=ga.Genetic_algorithm(population_size=15,
start_point=(0,5), start_point=(0,5),
side_length=5, side_length=3,
fit_func=sb.creat_bike) fit_func=sb.creat_bike)
gen.run() gen.run()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment