Yes, it is rather simple:Gerd Isenberg wrote:can you elaborate a bit how your 7-hirn master chooses the move it plays, checking scores and pvs?
- every node gets asked for a move in a certain position
- then it is counted how often each distinct move was chosen
- then, the most chosen move is returned
- if two moves have the same maximum count (e.g. 3, 3 and 1), then the one is chosen for which the engines have been chosen most
to clarify this: I keep track how often the move of an engine was selected, then
If all goes well in one of the next CSVN.nl magazines a small article will appear explaining all of this.