Skip to content

rework game state serialization #4

rework game state serialization

rework game state serialization #4

Triggered via push November 16, 2023 19:14
Status Success
Total duration 1m 10s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Schafkopf.Lib/GameCall.cs#L154
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
build: Schafkopf.Lib/GameCall.cs#L154
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
build: Schafkopf.Training/NeuralNet/Layers.cs#L5
Non-nullable field 'Input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L6
Non-nullable field 'Output' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L7
Non-nullable field 'DeltasIn' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L8
Non-nullable field 'DeltasOut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L9
Non-nullable field 'Gradients' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L38
Non-nullable property 'Cache' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L38
Non-nullable field 'Weights' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schafkopf.Training/NeuralNet/Layers.cs#L38
Non-nullable field 'Biases' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.