Skip to content
Snippets Groups Projects
Commit e3d344e3 authored by fjn1g13's avatar fjn1g13
Browse files

Proper run length

parent c7c91f77
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ namespace IVMCTrim
public int GenerationsPerEpoch { get; set; } = 1000;
public int K => GenerationsPerEpoch;
public int TotalEpochs { get; set; } = 25_000;
public int TotalEpochs { get; set; } = 120_000;
public EpochStartOperation EpochStartOperation { get; set; } = null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment