jovan-ioanis / EPOS

EPOS - Economic Planning and Optimized Selections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This directory contains binary and source code for the I-EPOS project.
The directory can be opened as a NetBeans project in order to modify and build the code.

Execute the program with
> java -jar IEPOS.jar
This will open a GUI to configure and run I-EPOS.
Note that Oracle Java 8 is required to run the program.

Important files and folders:
IEPOS.jar   a simple simulation that can be configured to some extent
src/        contains the source code of the project
lib/        contains all libraries I-EPOS depends on
conf/       this folder contains configuration files for I-EPOS
datasets/   contains sample datasets for I-EPOS
nbproject/  the NetBeans project files

About

EPOS - Economic Planning and Optimized Selections

License:GNU General Public License v2.0


Languages

Language:Java 95.4%Language:Python 4.6%