function [ ] = simulation( ) % Simulation of %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %INITIALISATION % Parameters % States %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % TIME LOOP for t=1:T %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AGENTS LOOP for n=1:N %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % UPDATE OF THE AGENTS end end