SimMyCloud is an IaaS infraestructure simulator.
On the simmycloud path, execute
$ python3 main.py CONFIG_FILE CONFIG_SECTION
where
-
CONFIG_FILE is the configuration file to use in execution (there is a config.ini example file)
-
CONFIG_SECTION is the configuration section to use in simulation (i.e. first_simulation in config.ini is a configuration section)
For a while, take a look at the strategies folders, all types of strategies has at least one heuristic example. Remember to use the same decorators, responsible to update the statistics.
For a while, get a look at the config.ini file.