Spark 03.a

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
George Bodkin
Posts: 160
Joined: Wed Mar 08, 2006 8:46 pm
Location: Selden, NY

Spark 03.a

Post by George Bodkin »

On Spark 0.3a settings what is Send PV.
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Spark 03.a

Post by zullil »

George Bodkin wrote:On Spark 0.3a settings what is Send PV.
It appears to control the "verbosity" of the engine. When SendPv is set to false, the engine doesn't send the details of its "thinking" or the full principal variation.
User avatar
George Bodkin
Posts: 160
Joined: Wed Mar 08, 2006 8:46 pm
Location: Selden, NY

Re: Spark 03.a

Post by George Bodkin »

Should Send Pv be Checked or UnChecked.
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Spark 03.a

Post by zullil »

George Bodkin wrote:Should Send Pv be Checked or UnChecked?
It is set to true (ie, checked) by default. Seems sensible to leave it that way.

Code: Select all

% uci

id name spark-0.3a
id author AJ Siemelink
option name Hash    type spin  default 32 min 1 max 4096
option name Ponder  type check default false
option name SendPv  type check default true
option name Threads         type spin default 1 min 1 max 16
option name UCI_Opponent    type string
option name UCI_EngineAbout type string default spark by AJ Siemelink
uciok
Allard Siemelink
Posts: 297
Joined: Fri Jun 30, 2006 9:30 pm
Location: Netherlands

Re: Spark 03.a

Post by Allard Siemelink »

zullil wrote:
George Bodkin wrote:On Spark 0.3a settings what is Send PV.
It appears to control the "verbosity" of the engine. When SendPv is set to false, the engine doesn't send the details of its "thinking" or the full principal variation.
That's correct.
I use the option to speed up testing in ultrafast (1 game/second) time controls. For normal game play it does not harm to leave it on.