LeelaSabaki
LeelaSabaki copied to clipboard
Feature request: Generate moves in batch
Can we open a sgf file, and then let LeelaSabaki generate variations for specified moves?
You can navigate to a specific position and ask LeelaSabaki to generate a move. (F5)
Yes, I know this feature. I even implemented a python script controlling LeelaSabaki to generate some moves as specified. However, it would be very useful if it is supported by LeelaSabaki natively.
So I'm not understanding what you propose... What you mean by 'for specified moves'? How do you want to specify the moves?
For example, the easiest way is that we can input a customized command in GTP console, like "genmoves 11-12,24,200...", then the LeelaSabaki will navigate to move number 10 and gen move, navigate to move number 11 and gen move, navigate to move number 23 and gen move, navigate to move number 199 and gen move, navigate to move number 200 and gen move,... We can even use "genmoves 1-1000e" to generate variations for all the even move number, which is white user.