activated interval smoothing for evaluation

This commit is contained in:
toni
2016-05-03 11:17:08 +02:00
parent 8b7b38dd5a
commit 1e8f4259a2
10 changed files with 272 additions and 155 deletions

View File

@@ -17,11 +17,11 @@ namespace MiscSettings {
const int timeSteps = 500;
const int numParticles = 500;
const int numParticles = 2500;
const int numBSParticles = 50;
const int numBSParticles = 500;
const int lag = 15;
const int lag = 5;
const int fixedLagGap = 1;