| |
BGonline.org Forums
Playing with tagged formats
Posted By: Tom Keith In Response To: Opening book format proposal - Computer content (eXtreme Gammon)
Date: Tuesday, 1 February 2011, at 4:28 p.m.
< BG-DATA >
< DATE/ CREATED="yyyy/mm/dd" UPDATED="yyyy/mm/dd" >
< DATABASE/ NAME="xxx" TYPE="opening" >
< NOTES > xxx < /NOTES >
< RULES/ MATCH="y" CRAWFORD="y" JACOBY="n" BEAVER="n" >
< SCORE/ PLAYER0=-1 PLAYER1=-1 CRAWFORD="y" > < !-- -1/-1=DMP, 0/0=unlimited -- >
< POSITION > < !-- repeat as many times as needed -- >
< SOURCE > Person who did the rollout. < /SOURCE >
< CHECKERS/ PLAYER0="yynnnnniiiggggg" PLAYER1="yynnnnniiiggggg" >
< !-- y=24pt, n=13pt, i=8pt, g=6pt, a=off, z=bar -- >
< CUBE/ OWNER="center" VALUE="1" >
< EQUITY/ WIN=0.123 WING=0.123 WINBG=0.123 LOSE=0.123 LOSEG=0.123 LOSEBG=0.123 CUBEFUL=0.123 >
< ROLLOUT/ TRIALS=123 TRUNCATE=0 CHECKERLEVEL="XGR+" CUBELEVEL="3" RNG="MersenneTwister" SEED=12345 >
< PROGRAM/ NAME="BGBlitz" VERSION=2.3 >
< /POSITION >
< BG-DATA >
----------------
{
"date-created": "yyyy/mm/dd"
"date-updated": "yyyy/mm/dd"
"database":
{
"name": "xxx"
"type": "opening"
}
"notes": "xxx"
"rules":
{
"match": "y"
"crawford": "y"
"jacoby": "n"
"beaver": "n"
}
"score":
{
"player0": -1
"player1": -1
"crawford": "y"
}
"positions":
[
{
"checkers":
{
"player0": "yynnnnniiiggggg"
"player1": "yynnnnniiiggggg"
}
"cube":
{
"owner": "center"
"value": 1
}
"equity":
{
"win": 0.123
"winG": 0.123
"winBG": 0.123
"lose": 0.123
"loseG": 0.123
"loseBG: 0.123
"cubeful": 0.123
}
"rollout":
{
"trials": 123
"truncate": 0
"checkerlevel": "XGR+"
"cubelevel": 3
"rng": "MersenneTwister"
"seed": 12345
}
"program":
{
"name": "BGBlitz"
"version": 2.3
}
}
]
}
| |
BGonline.org Forums is maintained by Stick with WebBBS 5.12.