marekpiotradamczyk / bestiazwroclawia

7 stars 7 forks source link

Implement Principal Variation (PV) #18

Open mateusz2173 opened 4 months ago

mateusz2173 commented 4 months ago

Read https://www.chessprogramming.org/Principal_Variation Implement PV

PV tracks best variations which engine found.

Add move to PV in search IF alpha < score (EXACT score or BETA score)

mateusz2173 commented 4 months ago

Should be done after this: #10