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

Shared memory vs. local interactions swarm paradigm #11

Open
VladSam42 opened this issue May 1, 2023 · 0 comments
Open

Shared memory vs. local interactions swarm paradigm #11

VladSam42 opened this issue May 1, 2023 · 0 comments

Comments

@VladSam42
Copy link
Collaborator

On the one hand, all the typical swarm algorithms rely on local interactions, where agents exchange information with the neighbors using the environment (stigmergy). This local interaction are proven to result in emergent behavior. It will also allow agents groups that are far away to research independent parts of the solution space.

On the other hand, it's possible to create a shared memory (current architecture) with which all the agents can interact. But I assume it can result in the system more likely getting stuck in the local minima.

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