How to set MultiPV under Fritz?

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

Moderators: hgm, Rebel, chrisw

Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

How to set MultiPV under Fritz?

Post by Gabor Szots »

Playing tournaments, how do you (can you at all?) set MultiPV for each participating engine individually? For example, under Arena Houdini displays its MultiPV parameter among its settings but under Fritz that parameter is not shown.
Gabor Szots
CCRL testing group
tpoppins
Posts: 919
Joined: Tue Nov 24, 2015 9:11 pm
Location: upstate

Re: How to set MultiPV under Fritz?

Post by tpoppins »

The only way I can see is by editing the corresponding .uci file. These are typically stored under C:\Users\<username>\AppData\Roaming\ChessBase\Engines.UCI\ . You'll need to add the "[Options]" section if it's not present already, followed by the MultiPV entry, e.g.

Code: Select all

[ENGINE]
Name=Stockfish 9 64 POPCNT
Author=T. Romstad, M. Costalba, J. Kiiski, G. Linscott
Filename=C:\Program Files\ChessBase\Engines.x64\sf\Stockfish 9 64 pop.exe
Priority=below normal
[OPTIONS]
MultiPV=4
Of course, you'll need to query each participating engine individually for MultiPV support and the exact name each uses for the MultiPV option.
Tirsa Poppins
CCRL
Gabor Szots
Posts: 1362
Joined: Sat Jul 21, 2018 7:43 am
Location: Szentendre, Hungary
Full name: Gabor Szots

Re: How to set MultiPV under Fritz?

Post by Gabor Szots »

tpoppins wrote: Fri May 10, 2019 3:43 am The only way I can see is by editing the corresponding .uci file. These are typically stored under C:\Users\<username>\AppData\Roaming\ChessBase\Engines.UCI\ . You'll need to add the "[Options]" section if it's not present already, followed by the MultiPV entry, e.g.

Code: Select all

[ENGINE]
Name=Stockfish 9 64 POPCNT
Author=T. Romstad, M. Costalba, J. Kiiski, G. Linscott
Filename=C:\Program Files\ChessBase\Engines.x64\sf\Stockfish 9 64 pop.exe
Priority=below normal
[OPTIONS]
MultiPV=4
Of course, you'll need to query each participating engine individually for MultiPV support and the exact name each uses for the MultiPV option.
Thanks Tirsa.
Gabor Szots
CCRL testing group