added debug visualization for agent GA

This commit is contained in:
2025-11-30 11:00:39 -08:00
committed by Kevin D
parent 6d16dfe974
commit c92ef143d1
5 changed files with 88 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ function [obj] = run(obj)
% Iterate over agents to simulate their motion
for jj = 1:size(obj.agents, 1)
obj.agents{jj} = obj.agents{jj}.run(obj.domain, obj.partitioning);
obj.agents{jj} = obj.agents{jj}.run(obj.domain, obj.partitioning, obj.t);
end
% Update adjacency matrix