andreahi / pythonchess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess AI - an aritificial intelligence for chess


USAGE: ./fast

Valid options

  • -t <num> -- number of threads to spawn (default 2)
  • -j <num> -- number of jobs to spawn (default 2)
  • -f <file> -- load a saved ai from file
  • -m <rate> -- mutation rate (default 1000)
  • -g <num> -- number of games to play pr. job (default 100)
  • -i <num> -- number of total iterations to run (default 100)
  • -b <size> -- brain size (default 3)
  • -s <n> -- selection function to use (default 0)

About


Languages

Language:C 99.5%Language:Makefile 0.5%