Skip to content

Commit

Permalink
Глубина перебора увеличена до 8
Browse files Browse the repository at this point in the history
  • Loading branch information
voidmain02 committed Aug 11, 2019
1 parent 754b61c commit 612361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniAiCup.Paperio.Core/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Game

private GameStateInternal _lastState;

private readonly BestTrajectoryFinder _bestTrajectoryFinder = new BestTrajectoryFinder(7);
private readonly BestTrajectoryFinder _bestTrajectoryFinder = new BestTrajectoryFinder(8);

public static void Initialize(GameParams gameParams)
{
Expand Down

0 comments on commit 612361e

Please sign in to comment.