NNUE class

Constructors

NNUE()

Properties

hashCode int
The hash code for this object.
no setterinherited
hiddenLayer Int16List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
W1 Int16List
final
W2 Int16List
final
W3 Int16List
final
W4 Int16List
final

Methods

evaluate(List<int> pieceSquareInput) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(int removedPiece, int addedPiece) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

hiddenSize → const int
inputSize → const int
outputSize → const int