Computer Chess Club Archives


Search

Terms

Messages

Subject: SQL for Dann

Author: Mark Boylan

Date: 22:46:49 03/05/06


Hi Dann,

Sorry I didn't do this earlier. It was a busy weekend.

Anyway, I wrote a SQL script for an opening book database similar to the one you
showed me on Friday.

I added a structure where you can store any number of engine configuration
parameters. I also made an abstraction called analyst with human_analyst and
automated_analyst subtypes. This let me keep all of the common opinion &
evaluation in one place. But I kept the opinion & evaluation tables to hold the
information that the two don't have in common. Also, by adding human_analyst, I
no longer make the assumption that the book author is the analyst. It also makes
it easy for book authors to include analyses from other sources, like engines.

Please let me know what you think.


http://www.markboylan.com/openingbook.pdf

http://www.markboylan.com/openingbook.sql



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.