Difference between revisions of "Dumb"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Dumb''' '''Dumb''',<br/> a simple and stupid UCI compliant open source chess engine by Richard Delorme...")
 
Line 2: Line 2:
  
 
'''Dumb''',<br/>
 
'''Dumb''',<br/>
a simple and stupid [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Richard Delorme]], written in the [[D (Programming Language)|D programming language]], released in June 2017 under the [[Massachusetts Institute of Technology#License|MIT License]]. Dumb is a dumbed down version of [[Amoeba]] with just a basic [[Evaluation|evaluation function]] and basic [[Search|search algorithms]]. Its purpose is to be a [[:Category:Benchmark|benchmark]] for weak engines <ref>[http://www.talkchess.com/forum/viewtopic.php?t=65305&start=2 Re: Dumb 1.0 UCI by Richard Delorme] by [[Richard Delorme]], [[CCC]], September 27, 2017</ref>.
+
a simple and stupid [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Richard Delorme]], written in the [[D (Programming Language)|D programming language]], released in June 2017 under the [[Massachusetts Institute of Technology#License|MIT License]]. Dumb is a [https://en.wikipedia.org/wiki/Dumbing_down dumbed down] version of [[Amoeba]] with just a basic [[Evaluation|evaluation function]] and basic [[Search|search algorithms]]. Its purpose is to be a [[:Category:Benchmark|benchmark]] for weak engines <ref>[http://www.talkchess.com/forum/viewtopic.php?t=65305&start=2 Re: Dumb 1.0 UCI by Richard Delorme] by [[Richard Delorme]], [[CCC]], September 27, 2017</ref>.
  
 
=Features=
 
=Features=

Revision as of 16:00, 31 October 2018

Home * Engines * Dumb

Dumb,
a simple and stupid UCI compliant open source chess engine by Richard Delorme, written in the D programming language, released in June 2017 under the MIT License. Dumb is a dumbed down version of Amoeba with just a basic evaluation function and basic search algorithms. Its purpose is to be a benchmark for weak engines [1].

Features

[2]

Board Representation

Search

Hash Move
MVV/LVA

Evaluation

See also

Forum Posts

Re: Dumb 1.0 UCI by Richard Delorme by Richard Delorme, CCC, September 27, 2017

External Links

Chess Engine

Misc

References

Up one Level