
Search found 152 matches
- Tue Apr 30, 2013 6:37 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How costly is taking moves back ?
- Replies: 22
- Views: 6039
Re: How costly is taking moves back ?
Thanks much, I suck at searching this forum 

- Tue Apr 30, 2013 6:16 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How costly is taking moves back ?
- Replies: 22
- Views: 6039
How costly is taking moves back ?
So I am completely new to chess programming and just trying to wrap my head around why basic things are done in the way they are done. Take backtracking for example. There are two ways: a)use one board representation struct/object and when visiting a node make a move on it but when going back take t...