Page 1 of 1

epd multipv

Posted: Tue Jul 28, 2015 8:45 pm
by jwes
Is there any common method for storing multipv results in epd records?

Re: epd multipv

Posted: Tue Jul 28, 2015 9:25 pm
by Ferdy
jwes wrote:Is there any common method for storing multipv results in epd records?
What specific info are you going to save in the epd?

Re: epd multipv

Posted: Tue Jul 28, 2015 10:22 pm
by jwes
Ferdy wrote:
jwes wrote:Is there any common method for storing multipv results in epd records?
What specific info are you going to save in the epd?
score and pv for each multipv no., and perhaps total time and nodes.

Re: epd multipv

Posted: Tue Jul 28, 2015 10:49 pm
by Ferdy
jwes wrote:
Ferdy wrote:
jwes wrote:Is there any common method for storing multipv results in epd records?
What specific info are you going to save in the epd?
score and pv for each multipv no., and perhaps total time and nodes.
I would suggest to just save multiple epd each with different pv line, although the first 4-fields are the same.

Code: Select all

rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - ce 15; acs 5; acn 53000; pv e4 e5 ...

Code: Select all

rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - ce 10; acs 5; acn 54000; pv Nf3 Nf6 ...
This way you will not be limited with the available Opcode.
This is also what I have observed in Aquarium GUI.