Difference between revisions of "Shallow Blue"

From Chessprogramming wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
'''Shallow Blue''',<br/>
 
'''Shallow Blue''',<br/>
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Rhys Rustad-Elliott]], written in [[Cpp|C++ 11]], and first released in 2017.
+
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Rhys Rustad-Elliott]], written in [[Cpp|C++ 11]], and first released in 2017 under the permissive [[Massachusetts Institute of Technology#License|MIT License]]
 
Shallow Blue lacks various standard [[Pruning|pruning]] and [[Reductions|reductions]] heuristics such as [[Null Move Pruning|null move pruning]] and [[Late Move Reductions|LMR]],
 
Shallow Blue lacks various standard [[Pruning|pruning]] and [[Reductions|reductions]] heuristics such as [[Null Move Pruning|null move pruning]] and [[Late Move Reductions|LMR]],
 
and can therefore considered as didactic engine with some prospects to improve.
 
and can therefore considered as didactic engine with some prospects to improve.
Line 38: Line 38:
 
* [[Deep Blue]]
 
* [[Deep Blue]]
 
* [[Deep Pink]]
 
* [[Deep Pink]]
 +
* [[Drofa]]
  
 
=Forum Posts=
 
=Forum Posts=
Line 59: Line 60:
 
'''[[Engines|Up one level]]'''
 
'''[[Engines|Up one level]]'''
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 +
[[Category:MIT]]
 
[[Category:UCI]]
 
[[Category:UCI]]
 
[[Category:PC]]
 
[[Category:PC]]

Revision as of 10:59, 27 April 2021

Home * Engines * Shallow Blue

Shallow Blue,
an UCI compliant open source chess engine by Rhys Rustad-Elliott, written in C++ 11, and first released in 2017 under the permissive MIT License Shallow Blue lacks various standard pruning and reductions heuristics such as null move pruning and LMR, and can therefore considered as didactic engine with some prospects to improve.

Features

[2]

Board Representation

Search

Evaluation

See also

Forum Posts

External Links

Chess Engine

Misc

References

Up one level