-
Notifications
You must be signed in to change notification settings - Fork 1
Ant
Bram Durieux edited this page Mar 25, 2019
·
2 revisions
- observed pheromone per sensor
q* = f(q) - activation: linear or sigmoid (not available yet)
- steering gain:
K - noise: epsilon with relative gain
K_e - differential steering:
theta_dot = K * (q*_left-q*_right +K_e * epsilon) - noise type:
- telegraph
- white
- uniform
Settings related to depositing pheromone
- event: find food or find nest
- timer
t: time since last event - Decay parameter: deposit quantity Q pheromones decreases exponentially with timer
t - Return factor x: if ant is nestbound, deposit
x*Qpheromones
q(t) = Q*exp(-t/beta)