Difference between revisions of "Sharky"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Sharky''' '''Sharky''',<br/> a chess program written by John Kominek, competing the WCCC 2002|10th World Computer Chess Championsh...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
'''Sharky''',<br/>
 
'''Sharky''',<br/>
a chess program written by [[John Kominek]], competing the [[WCCC 2002|10th World Computer Chess Championship, 2002]] in [https://en.wikipedia.org/wiki/Maastricht Maastricht].  
+
an experimental chess program written by [[John Kominek]], competing the [[WCCC 2002|10th World Computer Chess Championship, 2002]] in [https://en.wikipedia.org/wiki/Maastricht Maastricht].  
 
Sharky used a [[Best-First|best-first]] search, keeping the search tree in [[Memory|memory]], but suffered from allocating too much memory on the fast machines during the Championship, yielding in huge slowdown of the program due to [https://en.wikipedia.org/wiki/Thrashing_(computer_science) thrashing]  <ref>[https://www.stmintz.com/ccc/index.php?id=239869 Re: Poor Sharky without a single W or even D] by [[Dann Corbit]], [[CCC]], July 11, 2002</ref>.  
 
Sharky used a [[Best-First|best-first]] search, keeping the search tree in [[Memory|memory]], but suffered from allocating too much memory on the fast machines during the Championship, yielding in huge slowdown of the program due to [https://en.wikipedia.org/wiki/Thrashing_(computer_science) thrashing]  <ref>[https://www.stmintz.com/ccc/index.php?id=239869 Re: Poor Sharky without a single W or even D] by [[Dann Corbit]], [[CCC]], July 11, 2002</ref>.  
  
Line 25: Line 25:
 
<references />
 
<references />
 
'''[[Engines|Up one level]]'''
 
'''[[Engines|Up one level]]'''
 +
[[Category:Private]]
 +
[[Category:Experimental]]
 
[[Category:Fish]]
 
[[Category:Fish]]
 
[[Category:The Lounge Lizards]]
 
[[Category:The Lounge Lizards]]
 
[[Category:Marc Ribot]]
 
[[Category:Marc Ribot]]

Latest revision as of 12:41, 11 February 2019

Home * Engines * Sharky

Sharky,
an experimental chess program written by John Kominek, competing the 10th World Computer Chess Championship, 2002 in Maastricht. Sharky used a best-first search, keeping the search tree in memory, but suffered from allocating too much memory on the fast machines during the Championship, yielding in huge slowdown of the program due to thrashing [1].

See also

Forum Posts

Re: Poor Sharky without a single W or even D by Dann Corbit, CCC, July 11, 2002

External Links

Chess Engine

Misc

John Lurie, Evan Lurie, Roy Nathanson, Curtis Fowlkes, Marc Ribot, Dougie Bowne, Erik Sanko, E.J. Rodriguez

References

Up one level