Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

research/140-swarm-density-analysis #140

Open
jharwell opened this issue Mar 24, 2021 · 0 comments
Open

research/140-swarm-density-analysis #140

jharwell opened this issue Mar 24, 2021 · 0 comments

Comments

@jharwell
Copy link
Owner

Investigate for what swarm densities and types of tasks/controllers a swarm can
be considered sparse or dense, according to the time to complete a task
vs. average distance between robots and how long it would take a robot to cross
that distance. For sparse swarms, the cost of doing the task is LESS than the
cost to move to the nearest robot.

This would require implementing the measures of sparsity in the paper and then
performing the analysis.

Another aspect: By doing the above cost calculation for each robot, you can
create a sparseness matrix for the swarm, and can compute how long it takes
information to propagate through the swarm. This would be a FASCINATING measure
of performance and/or self-organization, and to try and correlate it with my
other performance measures.

From one Tarapore2020.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant