started performance plot

This commit is contained in:
2025-11-16 17:46:36 -08:00
parent db20f11ea8
commit e53b721f34
13 changed files with 83 additions and 22 deletions

View File

@@ -333,7 +333,7 @@ classdef test_miSim < matlab.unittest.TestCase
tc.testClass = tc.testClass.initialize(tc.domain, tc.domain.objective, tc.agents, tc.timestep, tc.partitoningFreq, tc.maxIter, tc.obstacles);
% Run simulation loop
tc.testClass = tc.testClass.run(f);
tc.testClass = tc.testClass.run();
end
function test_basic_partitioning(tc)
% place agents a fixed distance +/- X from the domain's center