Alvaro wrote:Hi everybody
could you please explain what info does the "draw+ database" has?
Also how many bits are used for each position ?
Is it a single database or two separate ones?
Also what are the advantages over the WDL database?
best regards,
Alvaro
Hi Alvaro,
The draw+ notion has been used for sevral years during the worldchampionship. With this notion, the resut of a player for a given game is one of the five following ones: lost, draw-, draw, draw+ or win. The goal of the draw+ database is only to be able to distinguish the draw-, draw and draw+ results.
what are the advantages over the WDL database?: if a competition does not use the draw+ notion then this database is unuseful otherwise this database allows to get the best "draw" result.
The question
Also how many bits are used for each position ? is not clear. I can only say that it exists 5 five possible results for a given position.
The question
Is it a single database or two separate ones? is very implementation dependant. In Damy implementation a database is always a "binary" database. In Damy implemenation the so called "WLD" database is made of two "binary" databases : the win/no win db and the lost/no lost db. To take into account the draw+ notion I only add a daw+/no draw+ db and a draw-/non draw- db.