Setting a seed population from the Matlab interface

This commit is contained in:
Marcel Kronfeld
2011-03-28 15:13:56 +00:00
parent 3e7ef7a9e5
commit 0c6685fa67
5 changed files with 76 additions and 4 deletions

View File

@@ -95,6 +95,11 @@ if ((nargin == 2) || (nargin == 3))
error('invalid Display option, only off/final/notify/iter are recognized');
end
if isempty(int.seedPop) % set the seed data
int.mp.clearSeedPopulation;
else
int.mp.setSeedPopulation(int.seedPop, int.seedPopFit);
end
int=runEvalLoopJE(int, 1, optType, outputFilePrefix, -1, -1, -1);
else