Since we had some changes in the classes Agent and Pheromones, that have already been pushed to main branch we need an update of the main function.
it should create to objects:
one pheromone array
one agent object which contains a list of agents
also there has to be a loop that calls the functions of the methods in the correct order, for a few iterations, to show how the classes and their methods work together. Also the Array should be plottet after every few iterations so that the changes in the array are visible.
Since we had some changes in the classes Agent and Pheromones, that have already been pushed to main branch we need an update of the main function.
it should create to objects:
also there has to be a loop that calls the functions of the methods in the correct order, for a few iterations, to show how the classes and their methods work together. Also the Array should be plottet after every few iterations so that the changes in the array are visible.