Skip to content

Commit

Permalink
Update ant.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
johnBuffer committed Apr 6, 2021
1 parent 40d3d97 commit 058571d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ struct Ant
const float marker_detection_max_dist = 40.0f;
const float direction_update_period = 0.125f;
const float marker_period = 0.25f;
const float max_reserve = 200000.0f;
const float max_reserve = 8000.0f;
const float direction_noise_range = PI * 0.1f;
const float marker_reserve_consumption = 0.02f;
const float colony_size = 20.0f;
Expand Down

0 comments on commit 058571d

Please sign in to comment.