strategy tester - duplicates

 

Noticing that strategy tester will run duplicate tests

It does not select unique tests.

Finding duplicate test/results/outcomes.

 

var1 = range to range

var2 = range to range

var3 = range to range

 

Is this a memory error and i ought to reboot? Or perhaps a bug in tester?

 

Before - it seemed to always just run a single combination. I looked for an extra checked box further down the list but - nope.

 

as follows

a  start1 +1 end3
b  start1 +1 end3
c  start1 +1 end3
27 tests

a  start1 +1 end4
b  start1 +1 end3
c  start1 +1 end3
36 tests

a  start1 +1 end4
b  start1 +1 end4
c  start1 +1 end3
48 tests

a  start1 +1 end4   actual130
b  start1 +1 end4   actual0.04
c  start1 +1 end4   actual0.07
64 tests

a  start1 +1 end5  actual140
b  start1 +1 end4  actual0.04
c  start1 +1 end4  actual0.07
80 tests

a  start1 +1 end5  actual140
b  start1 +1 end5  actual0.05 
c  start1 +1 end4  actual0.07
100 tests

a  start1 +1 end5  actual140
b  start1 +1 end5  actual0.05 
c  start1 +1 end5  actual0.08
125 tests


a  start1 +1 end6  actual150
b  start1 +1 end5  actual0.05 
c  start1 +1 end5  actual0.08
150 tests

a  start1 +1 end6  actual150
b  start1 +1 end6  actual0.06 
c  start1 +1 end5  actual0.08
180 tests

a  start1 +1 end6  actual150
b  start1 +1 end6  actual0.06 
c  start1 +1 end6  actual0.09
1280(216) tests

Here at this last one there are 195 rows and some rows are duplicated 7 times    , others twice, others 4 times

 I tried to reduce the extern used to those essential and got 102 rows

That seemed to help, so great but still there are some results missing.

Bit sloppy isn't it?