KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
erlang-mas
★ 10
Open GitHub ↗
Multi agent system
Download README (.md)
Explore Similar Repositories
Android-L-Weight
:
A small library replicating some new weights in android L.
eboshi
:
No description available.
angular-xml2json
:
No description available.
command-toolbar
:
Atom editor toolbar with easily customized buttons for any command.
pi-mac-monitor
:
Use raspberry pi, firebase and angularjs to monitor devices @ your home.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
erlang-mas
?
Download (.md)
erlang-mas ====== [](http://travis-ci.org/ParaPhraseAGH/erlang-mas) The ParaPhrase project aims to produce a new structured design and implementation process for heterogeneous parallel architectures, where developers exploit a variety of parallel patterns to develop component based applications that can be mapped to the available hardware resources, and which may then be dynamically re-mapped to meet application needs and hardware availability. By using the massive and efficient parallelism enabled by ParaPhrase technologies, this work allows to achieve significant speedups of individual agents as well as build much bigger multi-agent systems. ## MAS framework This repository contains a framework for creating Multi-Agent Systems. It can be used as a dependency in other projects, where certain callbacks have to be implemented in order for the system to work. A good example of using this framework is the [EMAS algorithm](https://github.com/ParaPhraseAGH/erlang-emas). ## Dependencies To build the project on your machine you need: * [Erlang (R17 or later)](http://www.erlang.org/) * [Git](http://git-scm.com/) ## How to build the project First you need to clone the repository: > git clone https://github.com/ParaPhraseAGH/erlang-mas.git > cd erlang-mas/ To build the project you should use the Makefile: > make deps Which will download and compile all dependencies and the project itself. ## How to run the project The project can't be run by itself - it should be used as a dependency in an other project.