Search found 161 matches
- Sat May 07, 2011 11:35 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Setting up a testing framework
- Replies: 14
- Views: 2806
Re: Setting up a testing framework
if you mean 1 sec + 0.1 sec increment, that's not very good. It is essentially .1 seconds per move, period. You will use that 1 second quickly, or not at all. My fastest testing is 10 secs + 0.1 secs, and even that is a challenge for most programs, and you see too many time losses stack up. First t...