Search found 2 matches

by Dabil
Sat Nov 19, 2016 5:55 am
Forum: Programming and Technical Discussions
Topic: Extracting Principal Variation during search
Replies: 2
Views: 4865

Re: Extracting Principal Variation during search

Thanks for your reply and for validating that I have the right idea. Your description sounds a lot like What I am trying to do. Only instead of using global variables I am passing a pointer through. I thought that doing it that way would be easier and safer with less chance of side effects. I may ...
by Dabil
Fri Nov 18, 2016 6:18 am
Forum: Programming and Technical Discussions
Topic: Extracting Principal Variation during search
Replies: 2
Views: 4865

Extracting Principal Variation during search

Hello all!

I am a fairly new chess engine programmer. I made a pretty simple chess engine that I am trying to figure out how to find the Principal Variation during a search. I have read many places that say this is one of the simplest ways to do it. However I just can't seem to get it right. A ...