Nicu Ionita
Nicu Ionita,
an Austrian computer scientist, open source and chess programmer, who shortly after he discovered the world of chess engines,
begun to work on his own engine in purely functional programming.
He is now author of the UCI compliant open source chess engines Abulafia [2] and Barbarossa [3],
and of chessNet to connect chess engines to an UCI compatible GUI via TCP/IP [4], all written in Haskell.
Forum Posts
2011 ...
- Comercial chess engines and price politics by Nicu Ionita, CCC, September 10, 2011
- Abulafia, chess, Haskell and some (new?) ideas by Nicu Ionita, CCC, April 20, 2012
- Multi dimensional score by Nicu Ionita, CCC, April 20, 2012
- Bi dimensional static evaluation by Nicu Ionita, CCC, April 20, 2012
- Theorem proving positional evaluation by Nicu Ionita, CCC, April 20, 2012
- Connect (UCI) engine(s) with GUI over network by Nicu Ionita, CCC, April 20, 2012
- WinBoard settings for adjudications by Nicu Ionita, CCC, October 21, 2013
- Barbarossa 0.1.0 by Nicu Ionita, CCC, November 24, 2013
- Chess programmer's life is hard by Nicu Ionita, CCC, March 15, 2014
2015 ...
- New release of Barbarossa by Nicu Ionita, CCC, February 22, 2015
- Problem understanding futility pruning by Nicu Ionita, CCC, May 11, 2015 » Futility Pruning
- Tipical cache and branch misses for a chess engine by Nicu Ionita, CCC, September 14, 2016 » Avoiding Branches, Memory, Profiling
- Absolute ELO scale by Nicu Ionita, CCC, December 17, 2016 » Match Statistics, Playing Strength
- How to simulate a game outcome given Elo difference? by Nicu Ionita, CCC, April 25, 2017
- Re: Functional programming by Nicu Ionita, CCC, November 07, 2017
- Barbarossa 0.5.0 released by Nicu Ionita, CCC, February 16, 2019
External Links
References
- ↑ nionita (Nicu Ionita) · GitHub
- ↑ Abulafia, chess, Haskell and some (new?) ideas by Nicu Ionita, CCC, April 20, 2012
- ↑ Barbarossa 0.1.0 by Nicu Ionita, CCC, November 24, 2013
- ↑ nionita/chessNet · GitHub