13ย years, 2ย months ago
Highlights
Community contributions featured13ย years, 2ย months ago
What's the best way to fix the odd behaviors? Playing around with the values of the evaluation function? Also, should the depth of the killer moves be the depth left (likโฆ
13ย years, 2ย months ago
I have a negascout function within an iterative deepening with aspiration windows framework. The negascout function uses move ordering, transposition tables, killer moves and hiโฆ
13ย years, 2ย months ago
Hi, My abstract strategy game AI implements negascout in an iterative deepening framework, using zobrist keys and killer moves. I use bitboard representation for my boardโฆ
13ย years, 3ย months ago
What is a good way to weaken an AI's strength when using Negascout? 1. Decrease search depth 2. Apply noise to the evaluation score 3. Reduce the number of generated moves
13ย years, 5ย months ago
Latest Activity
See all in DiscussionsWhat's the best way to fix the odd behaviors? Playing around with the values of the evaluation function? Also, โฆ
13ย years, 2ย months ago
I commented out the transposition table code. It is not always playing better. In some games, the AI has a โฆ
13ย years, 2ย months ago
I have a negascout function within an iterative deepening with aspiration windows framework. The negascout function uses move ordering, transposition โฆ
13ย years, 2ย months ago