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

@@ -59,6 +59,8 @@ int.optParamValues = [];
int.hexMask=hex2dec('ffffffff');
int.dataType=''; % to be set later!
int.outputAllStatsFields=1;
int.seedPop=[];
int.seedPopFit=[];
if (isa(fhandle, 'function_handle'))
int.f = fhandle;