Skip to content
forked from evoplex/evoplex

Evoplex is a multi-agent system for graphs. It's available for Windows, Linux and macOS.

License

Notifications You must be signed in to change notification settings

cardinot/evoplex

 
 

Repository files navigation

Evoplex

travis-ci appveyor coveralls codecov gitter awesome

Evoplex is a multi-agent system for networks (graphs). Here, each agent is represented as a node in the network and is constrained to interact only with its neighbours, which are linked by edges in the network.

Evoplex 0.0.1

Wait, another multi-agent system? Why not using something like MASON or NetLogo? Yes, there are hundreds of options out there, but I bet none of them can do what Evoplex does!

In fact, most of the existing pieces of software are not good enough. Main issues include: really old technologies, unmaintained code, inflexibility, poor performance and others. Thus, over the last years, people often prefer to develop their own solutions from scratch. However, we know that reinventing the wheel is always time-consuming, expensive and usually a terrible strategy.

In this way, we decided to create Evoplex! An extremely fast, multi-threaded, user-friendly, cross-platform and truly modular application.

Evoplex was originally developed to tackle problems in the field of Evolutionary Graph Theory. However, it has been used in a wide range of scenarios, including:

Getting Started

Evoplex is cross-platform and is available for Linux, Windows and macOS.

For users:

For developers:

Getting Involved

As an open-source project, we welcome new contributions from the community. There are many ways you can participate in the project, for example:

  • Review the documentation and make pull requests for anything from typos to new content
  • Report bugs and submit feature requests
  • Review source code changes
  • Add a new feature or change an existing one
  • Showcase your plugins

Please see the CONTRIBUTING file for details. Be aware that by contributing to the code base, you are agreeing that Evoplex may redistribute your work under our LICENSE. Please see also our Code of Conduct.

Feedback

License

Evoplex is licensed under the GNU General Public License v3.0.

About

Evoplex is a multi-agent system for graphs. It's available for Windows, Linux and macOS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.2%
  • CMake 11.2%
  • Other 0.6%