Difference between revisions of "Wasp"

From Chessprogramming wiki
Jump to: navigation, search
Line 5: Line 5:
 
'''Wasp''',<br/>
 
'''Wasp''',<br/>
 
[[John Stanback|John Stanback's]] new [[UCI]] compliant chess engine and complete rewrite of [[Zarkov]], first released short after [https://en.wikipedia.org/wiki/June_solstice June solstice] 2016, announced <ref>[http://www.talkchess.com/forum/viewtopic.php?t=60550 Wasp 1.01 x64 by John Stanback released ...] by [[Frank Quisinsky]], [[CCC]], June 22, 2016</ref> and hosted by [[Frank Quisinsky]] <ref>[http://www.amateurschach.de/main/_wasp.htm Frank's Chess Page, Wasp by John Stanback], June 22, 2016</ref>. As a [[Bitboards|bitboard]] engine,  Wasp is compiled for modern [[x86-64|64 bit CPU's]] with [[Population Count|popcnt]] and [[BitScan|bitscan]] instructions. Wasp '''2.00''', released in April 2017, is able to use multiple [[Thread|threads]] performing a [[Lazy SMP]] search <ref>[http://www.talkchess.com/forum/viewtopic.php?t=63783 Wasp 2.00 by John Stanback ... with Lazy SMP!] by [[Frank Quisinsky]], [[CCC]], April 21, 2017</ref>.  
 
[[John Stanback|John Stanback's]] new [[UCI]] compliant chess engine and complete rewrite of [[Zarkov]], first released short after [https://en.wikipedia.org/wiki/June_solstice June solstice] 2016, announced <ref>[http://www.talkchess.com/forum/viewtopic.php?t=60550 Wasp 1.01 x64 by John Stanback released ...] by [[Frank Quisinsky]], [[CCC]], June 22, 2016</ref> and hosted by [[Frank Quisinsky]] <ref>[http://www.amateurschach.de/main/_wasp.htm Frank's Chess Page, Wasp by John Stanback], June 22, 2016</ref>. As a [[Bitboards|bitboard]] engine,  Wasp is compiled for modern [[x86-64|64 bit CPU's]] with [[Population Count|popcnt]] and [[BitScan|bitscan]] instructions. Wasp '''2.00''', released in April 2017, is able to use multiple [[Thread|threads]] performing a [[Lazy SMP]] search <ref>[http://www.talkchess.com/forum/viewtopic.php?t=63783 Wasp 2.00 by John Stanback ... with Lazy SMP!] by [[Frank Quisinsky]], [[CCC]], April 21, 2017</ref>.  
In 2020, John Stanback played with tiny [[Neural Networks|neural networks]] to learn how to [[Neural Networks#Backpropagation|backpropagate]] errors using Wasp's [[Evaluation|evaluation]] as the target, and then rewrote Wasp's evaluation function with fast [[Automated Tuning|tuning]] in mind, quite similar to the tiny NN approach <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75794&start=4 Re: Wasp NN] by [[John Stanback]], [[CCC]], November 14, 2020</ref>.
+
In 2020, John Stanback played with tiny [[Neural Networks|neural networks]] to learn how to [[Neural Networks#Backpropagation|backpropagate]] errors using Wasp's [[Evaluation|evaluation]] as the target, and then rewrote Wasp's evaluation function with fast [[Automated Tuning|tuning]] in mind, quite similar to the tiny NN approach <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75794&start=4 Re: Wasp NN] by [[John Stanback]], [[CCC]], November 14, 2020</ref>. Along with Wasp '''5.0''', released in November 2021, the evaluation function emerged to an [[NNUE]] with 1830 inputs, 192 neurons in the first hidden layer, 16 neurons in the second hidden layer, and two neurons in the third hidden layer. It was trained using positions from games between Wasp and other engines of roughly similar strength <ref>[https://www.talkchess.com/forum3/viewtopic.php?f=2&t=78687 Wasp 5.00 released] by [[John Stanback]], [[CCC]], November 18, 2021</ref>.  
  
 
=Features=
 
=Features=
Line 35: Line 35:
 
* [[Lazy SMP]] (Wasp 2.00)
 
* [[Lazy SMP]] (Wasp 2.00)
 
==[[Evaluation]]==
 
==[[Evaluation]]==
 +
* [[NNUE]] (Wasp '''5.0''')
 
* Wasp does not use [[Lazy Evaluation]] (Opposed to [[Zarkov]])
 
* Wasp does not use [[Lazy Evaluation]] (Opposed to [[Zarkov]])
 
* [[Tapered Eval]]
 
* [[Tapered Eval]]
Line 92: Line 93:
 
'''2021'''
 
'''2021'''
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76205 Wasp 4.5 Released] by [[John Stanback]], [[CCC]], January 01, 2021
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76205 Wasp 4.5 Released] by [[John Stanback]], [[CCC]], January 01, 2021
 +
* [https://www.talkchess.com/forum3/viewtopic.php?f=2&t=78687 Wasp 5.00 released] by [[John Stanback]], [[CCC]], November 18, 2021
  
 
=External Links=
 
=External Links=
Line 114: Line 116:
 
[[Category:PC]]
 
[[Category:PC]]
 
[[Category:Windows]]
 
[[Category:Windows]]
 +
[[Category:NNUE]]
 
[[Category:Arthropod]]
 
[[Category:Arthropod]]
 
[[Category:Music]]
 
[[Category:Music]]

Revision as of 23:32, 18 November 2021

Home * Engines * Wasp

Wasp [1]

Wasp,
John Stanback's new UCI compliant chess engine and complete rewrite of Zarkov, first released short after June solstice 2016, announced [2] and hosted by Frank Quisinsky [3]. As a bitboard engine, Wasp is compiled for modern 64 bit CPU's with popcnt and bitscan instructions. Wasp 2.00, released in April 2017, is able to use multiple threads performing a Lazy SMP search [4]. In 2020, John Stanback played with tiny neural networks to learn how to backpropagate errors using Wasp's evaluation as the target, and then rewrote Wasp's evaluation function with fast tuning in mind, quite similar to the tiny NN approach [5]. Along with Wasp 5.0, released in November 2021, the evaluation function emerged to an NNUE with 1830 inputs, 192 neurons in the first hidden layer, 16 neurons in the second hidden layer, and two neurons in the third hidden layer. It was trained using positions from games between Wasp and other engines of roughly similar strength [6].

Features

[7]

Search

Evaluation

Misc

See also

Forum Posts

2016 ...

2017

2018

2019

2020 ...

Re: Wasp NN by John Stanback, CCC, November 14, 2020

2021

External Links

Chess Engine

Misc

References

  1. Vespula is a small genus of social wasps, widely distributed in the Northern Hemisphere. Along with members of their sister genus Dolichovespula, they are collectively known by the common name yellow jackets (or yellow-jackets) in North America. Vespula species have a shorter malar space and a more pronounced tendency to nest underground, but are otherwise nearly indistinguishable from Dolichovespula. As shown a Vespula germanica, Image by Richard Bartz, August 10, 2007, CC BY-SA 2.5, Wikimedia Commons, Wasp from Wikipedia
  2. Wasp 1.01 x64 by John Stanback released ... by Frank Quisinsky, CCC, June 22, 2016
  3. Frank's Chess Page, Wasp by John Stanback, June 22, 2016
  4. Wasp 2.00 by John Stanback ... with Lazy SMP! by Frank Quisinsky, CCC, April 21, 2017
  5. Re: Wasp NN by John Stanback, CCC, November 14, 2020
  6. Wasp 5.00 released by John Stanback, CCC, November 18, 2021
  7. based on Wasp Release Notes by John Stanback

Up one level