-
Notifications
You must be signed in to change notification settings - Fork 5
Home
jstypka edited this page Oct 27, 2014
·
3 revisions
You can find details on how to build and run the project in the README file on the main page.
This project is divided into two layers: The bottom layer is the MAS (Multi Agent System) engine which allows to execute MAS simulations and computations. The top layer are specific MAS applications which use the engine to execute and may also use other libraries and tools.
This repository consists of the EMAS algorithm which uses the MAS engine as a backend. The Wiki is organised as follows:
- EMAS algorithm - describes in more detail the EMAS algorithm
- Custom Operators - provides a more detailed description how to create custom operators and optimise your problem using EMAS
- Tutorial - a step-by-step tutorial showing how to use this application to solve your own specific problems