Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 702 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 702 Bytes

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/ This contains the LaTeX files for my dissertation.
  • 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/ This contains all the source code for the agent systems.
    • supply_chain_elixir/ This contains the Elixir project.
    • supply_chain_jade/ This will contain the JADE project.