Closed GoogleCodeExporter closed 9 years ago
i implemented it with its own stack but it seems like 250x250 still doesnt work
im guna give it some more testing before commit
Original comment by drdaniel...@gmail.com
on 26 Mar 2011 at 12:58
ok 250x250 is working fine (with a very long wait in the beggining). However, I
do not think we should continue sorting the array because I am getting
consistently (albeit slightly) better results unsorted. (I have also tried
sorting by size and that works better than position but worse than unsorted).
Original comment by drdaniel...@gmail.com
on 27 Mar 2011 at 2:19
yo dude I think we're creating worst-case sorted arrays somehow. Seriously, do
Collections.shuffle(..) on the array in getBlobs(). I was getting far fewer
moves on a 250x250 grid (10-30 fewer)
Original comment by drdaniel...@gmail.com
on 27 Mar 2011 at 2:25
Original comment by drdaniel...@gmail.com
on 27 Mar 2011 at 7:55
Original comment by drdaniel...@gmail.com
on 10 Apr 2011 at 2:33
Original issue reported on code.google.com by
drdaniel...@gmail.com
on 24 Mar 2011 at 7:13