class documentation - a shitload of it
All checks were successful
Linux arm64 / Build (push) Successful in 33s
All checks were successful
Linux arm64 / Build (push) Successful in 33s
This commit is contained in:
@@ -16,6 +16,10 @@ import chess.model.pieces.Rook;
|
||||
|
||||
public class PiecePosCost implements PieceVisitor<List<Float>> {
|
||||
|
||||
/**
|
||||
* Evaluate the cost of position for AI algorithm.
|
||||
*/
|
||||
|
||||
private final Color color;
|
||||
|
||||
private static final List<Float> BISHOP = Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user