Run Experiments!


In [2]:
import UrbanScape.urbanscape as us

In [3]:
# Use the run_experiments function to run an experiment of t time steps
experiment1 = us.run_experiment(20, 100000, us.random_create_rule, 'CBD', steps = 10)

Run Moar Experiments!


In [ ]:
# Use the run_batch_experiments function to run x experiments of t time steps