added second plot - pairwise distances
This commit is contained in:
@@ -10,7 +10,7 @@ classdef results < matlab.unittest.TestCase
|
||||
%% Diagnostic Parameters
|
||||
% No effect on simulation dynamics
|
||||
makeVideo = false; % disable video writing for big performance increase
|
||||
makePlots = false; % disable plotting for big performance increase (also disables video)
|
||||
makePlots = true; % disable plotting for big performance increase (also disables video)
|
||||
plotCommsGeometry = false; % disable plotting communications geometries
|
||||
|
||||
%% Scenario Reinitialization
|
||||
@@ -54,17 +54,6 @@ classdef results < matlab.unittest.TestCase
|
||||
end
|
||||
end
|
||||
|
||||
methods (TestMethodSetup)
|
||||
% % Generate a random domain for each test
|
||||
% function tc = setDomain(tc)
|
||||
% tc.testClass.domain = rectangularPrism;
|
||||
% % random integer-dimensioned cubic domain
|
||||
% tc.testClass.domain = tc.testClass.domain.initializeRandom(REGION_TYPE.DOMAIN, "Domain", tc.minDimension);
|
||||
% % Random bivariate normal PDF objective
|
||||
% tc.testClass.domain.objective = tc.testClass.domain.objective.initializeRandomMvnpdf(tc.testClass.domain, tc.discretizationStep, tc.protectedRange);
|
||||
% end
|
||||
end
|
||||
|
||||
methods (Static, Access = private)
|
||||
function c = makeConfigs()
|
||||
rng(results.seed);
|
||||
|
||||
Reference in New Issue
Block a user