Difference between revisions of "Wukong JS"

From Chessprogramming wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 33: Line 33:
 
** [[Quiescence Search]]
 
** [[Quiescence Search]]
 
==[[Evaluation]]==
 
==[[Evaluation]]==
* [[Simplified Evaluation Function]]
+
based on [[RofChade]] and [[PeSTO]] by [[Ronald Friederich]] <ref>[https://github.com/maksimKorzh/wukongJS/blob/main/wukong.js#L898 wukongJS/wukong.js at main · maksimKorzh/wukongJS · GitHub | Evaluate]</ref> <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68311&start=19 Re: New uci engine: Rofchade] by [[Ronald Friederich]], [[CCC]], August 28, 2018</ref>
 +
* [[PeSTO's Evaluation Function]]
 +
* [[Tapered Eval]] 
 +
* [[Material]]
 +
* [[Piece-Square Tables]]
 
* [[Texel's Tuning Method]]
 
* [[Texel's Tuning Method]]
  

Latest revision as of 22:24, 23 February 2021

Home * Engines * Wukong JS

Sun Wukong [1]

Wukong JS, (WukongJS)
a open source chess engine and user interface by Maksim Korzh. Wukong JS is written in JavaScript, either to run as HTML document inside a web browser [2], or in UCI mode via Node.js. Further, Wukong JS offers an API to embed Wukong JS in third party websites.

Features

Board Representation

Search

Evaluation

based on RofChade and PeSTO by Ronald Friederich [3] [4]

See also

Forum Posts

Re: Help with Texel's tuning by Maksim Korzh, CCC, January 07, 2021 » Texel's Tuning Method

External Links

Chess Engine

Misc

References

Up one Level