This method returns the simulation name
Value
The simulation name, which corresponds to the name of the directory in which the simulation is saving its progresses.
Examples
# set the seed of the random number generator
set.seed(0)
# create a simulation
sim <- SpatialSimulation()
# Expecting "test"
sim$get_name()
#> [1] "/var/folders/tb/jqmdpgxs2t5129bny6pb96680000gn/T/rRACES_alberto_9b08f1aa"