-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathIDEAS.txt
33 lines (30 loc) · 967 Bytes
/
IDEAS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
ideas for viri
MAJOR:
- docs
-- Crazyhouse
MINOR:
- validate this FEN properly: "r3qrk1/pppb1pbp/3p1np1/3P2B1/2PpP3/2N2PP1/PP1Q3P/R3KB1R w kq - 0 4"
- make optimism work
- extra features in the unused pawn backranks for NNUE
- opposite coloured bishops
- locked pawns?
- bishop pair
- passed pawns by file?
- better errors for Fathom.
- probcut tinkering (SF in-check trick)
- futility tinkering
- use history for more things
- iir tinkering (ttmove, non-PV nodes, other fiddling)
- eval corrhist
- https://github.com/connormcmonigle/seer-nnue/pull/185/files
- google "low-rank"
- madvise
- https://github.com/expo-dev/expositor/commit/fd7a8a8db89d73974145dc068cf37179b69a0ad4
- https://github.com/expo-dev/expositor/blob/main/src/cache.rs
ANNUEP:
- quantisation
- training run length
- optimiser
How do to adversarial datagen?
Run 5k nodes for your side AND their side, recording your evaluations
but then make the move that the opponent produced.