We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bff06 commit cca5485Copy full SHA for cca5485
cmd/evolve/main.go
@@ -34,8 +34,8 @@ func main() {
34
right,
35
}
36
37
- // Which of the elements in the input data are we trying to identify?
38
- correctResultsForUp := []float64{0.0, -1.0, -1.0, -1.0}
+ // Target scores for: up, down, left, right
+ correctResultsForUp := []float64{1.0, -1.0, -1.0, -1.0}
39
40
// Prepare a neural network configuration struct
41
config := &wann.Config{
0 commit comments