elykwilliams / EvasionPaths

This project uses topological methods to track evasion paths in mobile sensor networks.

Home Page:https://elykwilliams.github.io/EvasionPaths/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Billiard Motion parameters

elykwilliams opened this issue · comments

Currently the billiard motion init function takes in the total number of sensors as a parameter. This should be changed to the number of interior sensors since it is redundant and possibly confusing. If we need the total number of sensors, we can always use len(boundary) + n_int_sensors. Additionally, it requires the user to know how to compute the total number of sensors, and remember to use it as an input.