home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / szachy / gnu / doc / todo < prev    next >
Text File  |  1995-05-02  |  2KB  |  59 lines

  1. The hint problem.  If the hint is a promotion move easy mode
  2. doesnt work right. It is currently bypassed in this case.
  3. Search doesn't save the fact its a promotion move in the
  4. PV. So hint and post only show the move without the piece
  5. being promoted to. Cannot do easy mode off, because it must
  6. know the piece being promoted to. Somehow should save it in PV.
  7. Also true for hashtable entries. flags are not saved they should
  8. be.
  9.  
  10. Make the hash table include castling flags + ep flag + promotion flags.
  11. Currently only the transposition file include any of these and
  12. then only castling for the side to move.
  13.  
  14. Things I want to add for pl75. (Kong Sian)
  15. ==========================================
  16.  
  17. Consider positions with insufficient mating material as terminal. 
  18. This ought to speed up the endgame phase by quite a bit.  
  19.  
  20. Thinking on opponent's time.  This was fixed, but got lost in
  21. the ensuing confusion.
  22.  
  23. Threat extensions. 
  24.  
  25. Remove -DHISTORY and -DKILLT and make them as standard.  They
  26. are always good to have, so why make them an option?
  27.  
  28. Delay move generation until after null move is tried. 
  29.  
  30. Redo the pass pawn logic.  The current algorithm is lousy.
  31.  
  32. Separate the quiescent search from the full width search.  This will
  33. simplify the code and allow us to do things with the quiesce which
  34. is not possible now e.g. null-move in quiescence.
  35.  
  36. Instead of the messy K + KP perfect code in eval.c, how about using
  37. a database.  This will allow us to extend gnuchess in the endgame
  38. database direction.  
  39.  
  40. Bonus for rook behind passed pawn.
  41.  
  42. Development bonuses.
  43.  
  44. Remove the newer version of time control and use OLDTIME as the default. 
  45.  
  46. Remove flag.rcptr variable and make recapture extension standard.
  47.  
  48. Gnuchess has too many -D options (just look at the makefile).  I think
  49. quite a few of them are outdated or unnecessary.  Perhaps some of these
  50. could be removed.
  51.  
  52. Is util.c needed anymore?
  53.  
  54. Need to update Makefile.dos?  How?
  55.  
  56. Clean up the test directory. 
  57.  
  58. Start using bitmaps.
  59.