gradient ascent fix

This commit is contained in:
2026-01-11 17:52:21 -08:00
parent 103e8b391b
commit 40df9059e7
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ classdef test_miSim < matlab.unittest.TestCase
objective = sensingObjective;
% Agents
minAgents = 4; % Minimum number of agents to be randomly generated
maxAgents = 6; % Maximum number of agents to be randomly generated
minAgents = 2; % Minimum number of agents to be randomly generated
maxAgents = 2; % Maximum number of agents to be randomly generated
sensingLength = 0.05; % length parameter used by sensing function
agents = cell(0, 1);