Thanks for your postings, Magnus.
> So Valkyria has a hash table which only stores the best move for the > position with a 64 bit hash (32 bits are not enough!) and log2 of the > number of visits (measuring quality of move) and log2 of the search > depth. Entries in the table is overwritten if quality is bad and depth > is deep. There are 4 million entries in the table and written to a > file the size is 50 MB. Is there a reason to have such a small limit on the hash table size? In computer chess, hash tables are typically in the Gigabyte range. Ingo. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
