Difference between revisions of "MinkoChess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * MinkoChess''' '''MinkoChess''', (formerly called '''Umko''')<br/> a open source chess engine licensed under th...")
 
Line 12: Line 12:
 
* [[Magic Bitboards]]
 
* [[Magic Bitboards]]
 
==[[Search]]==
 
==[[Search]]==
* [[Parallel Search]] using [[Thread|Threads]] by [[Young Brothers Wait Concept|YBWC]]  
+
* [[Parallel Search]], [[Young Brothers Wait Concept|YBWC]] using [[Thread|Threads]]
 
* [[Iterative Deepening]]
 
* [[Iterative Deepening]]
 
* [[Aspiration Windows]]
 
* [[Aspiration Windows]]

Revision as of 14:15, 27 October 2018

Home * Engines * MinkoChess

MinkoChess, (formerly called Umko)
a open source chess engine licensed under the GNU General Public License, written in C++ by Borko Bošković. MinkoChess is UCI compatible and can be compiled for Linux, Android, Windows, and Mac OS X [1].

Features

MinkoChess' move generation is based on Toga II, its search and evaluation based on Toga II and Stockfish [2].

Board Representation

Search

Evaluation

Misc

See also

Publications

Forum Posts

External Links

References

  1. Chess program Minko - Computer Architecture and Languages Laboratory, University of Maribor
  2. Copyright header in search.cpp, pos_eval.cpp, movegen.cpp

Up one Level