This function configures the deployment directory where logs and output dataset will be generated. By default the deployment directory will be created under the model installation directory. The output generated by the Repast model will be redirected to the SystemOut.log file.
Easy.Setup(model, multicore = FALSE, deployment = c())
The base directory where Repast model is installed.
Bolean flag indicating to use multiplecore.
The directory to save the output and logs.
If the deployment directory is empty the installation
directory given by the parameter model
is used instead as
the base directory. The deployment directory is /rrepast-deployment/
.