Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glugg23/honours_project

This honours project looks to compare the performance of a distributed agent network written in Elixir to one written using the common agent framework JADE.
https://github.com/glugg23/honours_project

elixir jade java

Last synced: 13 days ago
JSON representation

This honours project looks to compare the performance of a distributed agent network written in Elixir to one written using the common agent framework JADE.

Awesome Lists containing this project

README

        

# Edinburgh Napier University Honours Project

This honours project looks to compare the performance of a distributed agent network written in Elixir to one written using the common agent framework JADE.

## Project Structure

- [dissertation/](./dissertation/) This contains the LaTeX files for my dissertation.
- [management/](./management/) This stores any files that I need to append to my dissertation and general planning files. These are mostly all stored using Git LFS.
- [src/](./src/) This contains all the source code for the agent systems.
- [supply_chain_elixir/](./src/supply_chain_elixir/) This contains the Elixir project.
- `supply_chain_jade/` This will contain the JADE project.