Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / CSS-Forum / Was bedeutet nncache bei der Lc0-Konfiguration?
- - By Lothar Jung Date 2022-02-11 11:16 Upvotes 1
Von Little teapot:

nncache saves need to query NN for transpositions (increasing nps slightly).
Every nncache entry takes 350 bytes of RAM.
Every node in the tree takes 250 bytes of RAM.
You have to decide yourself whether you want to allow faster search (by increasing nncache) or longer search (by saving RAM by reducing nncache).

You can use the formula:
```
max_NN_cache_size = (total_RAM_in_GB)*2500000 - (Longest_move_time_in_minutes)*(nps)*43
```

Lothar
Parent - By dkappe Date 2022-02-11 19:07
Eine GPU Netz Rechnung auf einer Stellung is teuer. Man speichert die im RAM auf der Hoffnung das man sie im Suchbaum wiederverwerten kann. Das ist nncache.
Up Topic Hauptforen / CSS-Forum / Was bedeutet nncache bei der Lc0-Konfiguration?

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill