menu
dart_torch package
documentation
nnue/eval.dart
NNUE class
NNUE class
dark_mode
light_mode
NNUE
class
Constructors
NNUE
()
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
hiddenLayer
→
Int16List
final
interLayer
→
Int16List
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
interSize
→ const
int
outputSize
→ const
int
dart_torch package
documentation
nnue/eval
NNUE class
eval library