Tag: magnus-carlsen
-
Chess programming and basic chess principles: Episode 3 – Interconnecting pieces
When programming a chess engine, one of the main things one should take into account is to find a way to create solid positions that are safe for the computer, even without the computer “consciously” knowing it. After every move, the position should be solidified in every possible way so that even if the algorithm…