It is an open source scientific library that is focused on multi-agent simulations on graphs. It prepares basic toolkit for agents, models, timers, graphs, nodes and edges. It is also accompanied with tools for data processing.
A highly flexible 3D flocking boids simulator, conceived as a tool for
This project concerns the design and implementation of an open-source flocking boids simulator, designed as a tool to analyze and characterize flock-like collective emerging behaviors. Each boid is conceived as an active agent and modelled by a point-mass approximation. Boid movements in a 3D space are guided by a set of elementary steering behaviors, each implemented as a force acting on the boid's point mass. Each boid is affected by interactions with both the environment and other boids. The set of considered behaviors are inspired by the well-known approach introduced in 1987 by C. ...