Search found 1 match

by op12no2
Mon Mar 17, 2014 10:26 am
Forum: Programming and Technical Discussions
Topic: Null move and transposition tables
Replies: 0
Views: 1828

Null move and transposition tables

Hi,

New here. I'm confused about null move and TT. Found a few threads with similar content but unresolved. Hope it's OK to ask for advice...

I've written a Javascript chess engine. It's very basic. Mailbox move gen, PV+killer+capture+PST move ordering; A/B + PV + null move + Q search. I recently ...