[context33] - fix row order; sequence now reads 1 5 6 9 … R U X

The training.dat file stores samples LIFO (last added in the C++ GUI = row 0).
Reversing the rows restores chronological order, matching the C++ sequence.

Next-step prediction remains 100%: model predicts x_{t+1} from h_t correctly
in the C++ insertion order 1 5 6 9 B F I L Q R U X.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 15:22:43 +02:00
co-authored by Claude Sonnet 4.6
parent 2a6b00db88
commit 5506fef0fa
+281 -226
View File
File diff suppressed because one or more lines are too long