add first TODO (valgrind/mem check)
This commit is contained in:
@@ -43,7 +43,10 @@
|
|||||||
- Book-keeping of moves during search (did not decide the method).
|
- Book-keeping of moves during search (did not decide the method).
|
||||||
- [[https://en.wikipedia.org/wiki/Zobrist_hashing][Positions hashing]] / transposition detection
|
- [[https://en.wikipedia.org/wiki/Zobrist_hashing][Positions hashing]] / transposition detection
|
||||||
|
|
||||||
* Next steps planned
|
* Next steps planned (no specific order)
|
||||||
|
*** Memory cleanup
|
||||||
|
- proper recusive position/moves cleanup in search() and pvs()
|
||||||
|
- use valgrind to find possible other unfreed memory
|
||||||
*** Replace the current interface with a basic xboard one
|
*** Replace the current interface with a basic xboard one
|
||||||
1. Check which commands are necessary/mandatory.
|
1. Check which commands are necessary/mandatory.
|
||||||
1. This will allow easy testing with common software
|
1. This will allow easy testing with common software
|
||||||
|
|||||||
Reference in New Issue
Block a user