Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed weights
  • Loading branch information
Aaron committed May 3, 2016
1 parent a3d3bcc commit 9d53eac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/controller/GameConstants.java
Expand Up @@ -22,12 +22,12 @@ public class GameConstants {
public static final boolean PIECE_DIFFERENTIAL = true;

/* Heuristic parameter weights */
public static final int APEX_WEIGHT = 2;
public static final int BACK_WEIGHT = 2;
public static final int APEX_WEIGHT = 3;
public static final int BACK_WEIGHT = 4;
public static final int CENT_WEIGHT = 2;
public static final int KCENT_WEIGHT = 2;
public static final int MOB_WEIGHT = 1;
public static final int POLE_WEIGHT = 2;
public static final int PIECE_DIFFERENTIAL_WEIGHT = 5;
public static final int POLE_WEIGHT = 3;
public static final int PIECE_DIFFERENTIAL_WEIGHT = 4;

}

0 comments on commit 9d53eac

Please sign in to comment.