Difference between revisions of "MinkoChess"

From Chessprogramming wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
'''MinkoChess''', (formerly called '''Umko''')<br/>
 
'''MinkoChess''', (formerly called '''Umko''')<br/>
an [[:Category:Open Source|open source chess engine]] licensed under the [[Free Software Foundation#GPL|GNU General Public License]], written in [[Cpp|C++]] by [[Borko Bošković]]. MinkoChess is [[UCI]] compatible and can be compiled for [[Linux]], [[Android]], [[Windows]], and [[Mac OS|Mac OS X]] <ref>[http://labraj.uni-mb.si/en/Chess_program_MinkoChess Chess program Minko - Computer Architecture and Languages Laboratory], [[University of Maribor]]</ref>.  
+
an [[:Category:Open Source|open source chess engine]] licensed under the [[Free Software Foundation#GPL|GNU General Public License]], written in [[Cpp|C++]] by [[Borko Bošković]]. MinkoChess is [[UCI]] compatible and can be compiled for [[Linux]], [[Android]], [[Windows]], and [[Mac OS|Mac OS X]] <ref>[http://labraj.uni-mb.si/en/Chess_program_MinkoChess Chess program MinkoChess- Computer Architecture and Languages Laboratory], [[University of Maribor]]</ref>.  
  
 
=Features=
 
=Features=
Line 88: Line 88:
 
* [http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=50830 Umko 0.7] by [[Fonzy Bluemers]], [[Computer Chess Forums|Winboard Forum]], March  02, 2010
 
* [http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=50830 Umko 0.7] by [[Fonzy Bluemers]], [[Computer Chess Forums|Winboard Forum]], March  02, 2010
 
* [http://talkchess.com/forum3/viewtopic.php?f=10&t=33025 Umko discussion thread] by [[Graham Banks]], [[CCC]], March 03, 2010 (Engine Origins requires registration)
 
* [http://talkchess.com/forum3/viewtopic.php?f=10&t=33025 Umko discussion thread] by [[Graham Banks]], [[CCC]], March 03, 2010 (Engine Origins requires registration)
 +
* [http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?tid=24836 ELITE B 4CPU] by [[Graham Banks]], [[Computer Chess Forums|Rybka Forum]], May 02, 2012 <ref>"Umko has been renamed to MinkoChess due to copyright issues" by [[Graham Banks]], [[Computer Chess Forums|Rybka Forum]], May 09, 2012</ref>
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=43626 MinkoChess v1.3 = 2900 Elo...] by [[Dr.Wael Deeb]], [[CCC]], May 09, 2012
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=51075 pruning statistics] by [[Jon Dart]], [[CCC]], January 27, 2014 » [[Pruning]], [[Search Statistics]]
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=51075 pruning statistics] by [[Jon Dart]], [[CCC]], January 27, 2014 » [[Pruning]], [[Search Statistics]]
  
Line 101: Line 103:
 
[[Category:Derivative]]
 
[[Category:Derivative]]
 
[[Category:UCI]]
 
[[Category:UCI]]
 +
[[Category:X86]]
 +
[[Category:X64]]
 +
[[Category:PC]]
 +
[[Category:Android]]
 +
[[Category:Linux]]
 +
[[Category:Mac]]
 +
[[Category:Windows]]
 +
[[Category:Chess Suffix]]

Latest revision as of 22:52, 8 January 2020

Home * Engines * MinkoChess

MinkoChess, (formerly called Umko)
an 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 MinkoChess- Computer Architecture and Languages Laboratory, University of Maribor
  2. Copyright header in search.cpp, pos_eval.cpp, movegen.cpp
  3. "Umko has been renamed to MinkoChess due to copyright issues" by Graham Banks, Rybka Forum, May 09, 2012

Up one Level