Skip to content

Commit

Permalink
start version at 1.1.0-pstrat1
Browse files Browse the repository at this point in the history
  • Loading branch information
James Heppell authored and James Heppell committed Apr 26, 2022
1 parent d2f1ccb commit ebe6da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- Project properties =============================================== -->

<properties>
<revision>1.1.0-SNAPSHOT</revision>
<revision>1.1.0-pstrat1</revision>
<maven.test.skip>true</maven.test.skip>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/joansala/cli/book/TrainCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public class TrainCommand implements Callable<Integer> {

trainer.train(nodeSize, rootGame, (moves) -> {
try{
Evaluator evaluator = evaluators.take();
Evaluator evaluator = evaluators.take();
final int score = evaluator.computeScore(moves);
final int centis = rootGame.toCentiPawns(score);
final long count = store.count();
Expand Down

0 comments on commit ebe6da8

Please sign in to comment.