Name | Modified | Size | Downloads / Week |
---|---|---|---|
EAS-Tutorial_German.pdf | 2016-04-30 | 1.6 MB | |
EAS-Tutorial_English.pdf | 2016-04-30 | 1.4 MB | |
EAS_Release_1_1.zip | 2016-04-18 | 109.5 MB | |
PDF-Wizard.zip | 2016-02-25 | 58.8 MB | |
readme.txt | 2015-03-15 | 1.4 kB | |
EAS_Framework_Release_1_0.zip | 2015-03-15 | 80.1 MB | |
ConferencePaper-WSC12-EAS_description_and_evaluation.pdf | 2015-02-23 | 503.8 kB | |
MDL2eWithTheEASFramework.pdf | 2015-02-23 | 320.3 kB | |
EAS_Release_V0_17_2014-10-20.zip | 2014-11-15 | 55.6 MB | |
Totals: 9 Items | 307.9 MB | 0 |
Easy Agent Simulation (EAS) v.1_0_2015-03-13 ============================================= Installation and Release Notes Install EAS: - Download the latest release from https://sourceforge.net/projects/easyagentsimulation/files - Unzip the archive "EAS_Release_*.zip" in an arbitrary folder. * Make sure that the path does not contain any white spaces. (Otherwise warnings may be printed.) - Make sure Java 1.8 or higher is installed on your system. Quick start: - Run EAS: > Windows: run file "start.bat" in the root folder of the unzipped project. > Linux: run file "startLinux.sh" in the root folder of the unzipped project. - Select a master scheduler and plugins from the list and click "Start Simulation..." Develop your own simulations: - Use the latest release (as described above) or check out the latest (possibly unstable) development version from "https://sourceforge.net/p/easyagentsimulation/code" (both come with full sources and docs). - Import the project into an IDE of your choice (Eclipse project settings are already included) and start programming. - If you want to contribute to the EAS project with own implementations, please contact me: lukas.koenig@kit.edu. Release Notes: - This is the first release after finishing my PhD. By definition (I came up with a long time ago), the version number has now switched from 0 to 1.