MCPcopy Index your code
hub / github.com/coding-parrot/chess-engine / getScore

Method getScore

src/main/java/Engine.java:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 public double getScore() {
187 return score;
188 }
189
190 public Move getMove() {
191 return move;

Callers 7

complexPositionMethod · 0.95
winQueenMethod · 0.95
endGamePgnMethod · 0.95
hardMateIn3Method · 0.95
mateIn4Method · 0.95
alphaBetaMethod · 0.95
iterativeDeepeningMethod · 0.95

Calls

no outgoing calls

Tested by 5

complexPositionMethod · 0.76
winQueenMethod · 0.76
endGamePgnMethod · 0.76
hardMateIn3Method · 0.76
mateIn4Method · 0.76