
Virtual Computing Cluster Emulator for the AKG algorithm
authors: Przemyslaw Szufel & Bogumil Kaminski


##### Quick start
In order to start simulations please run:

java -Xmx2000M -server -cp ".\bin;.\lib\*"  clustersim._Run_Sims 0 500 500 console


The code checks the number of CPU cores available to the JVM and 
start simulation runs or all available threds. 
The value 0 will be used as a master random seed and 500 repetitions 
will be made by each thread.
The simulation logs will be output to the console. 

For more details see comments in the source code. 

### Project structure
1.) The package 'clustersim' contains Virtual Computing Cluster Emulator 
    (VCCE) code
2.) The package 'rsalgos' contains API for R&S algorithms that can be 
    tested on VCCE - currently the KG and AKG have been implemented
3.) The package 'simtools' - contains helper classes
4.) The package 'loging' contains classes for parallel login of simulation 
    outcomes to console, file or S3 bucket
