Minor addition to MatlabInterface (flag to deactivate output of all statistic fields which is time-consuming for large populations)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
function int = setOutputAllStatsFields(int, doOutputAllFields)
|
||||
% (De-)Activate printing all available statistic data to the text log. Deactivation may
|
||||
% improve performance for larger population sizes.
|
||||
% int = setOutputAllStatsFields(int, doOutputAllFields)
|
||||
% int: instance of JEInterface
|
||||
% doOutputAllFields: 1 or 0 for activation or deactivation, respectively
|
||||
|
||||
int.outputAllStatsFields=doOutputAllFields;
|
Reference in New Issue
Block a user