Difference between revisions of "Wukong JS"

From Chessprogramming wiki
Jump to: navigation, search
Line 34: Line 34:
 
==[[Evaluation]]==
 
==[[Evaluation]]==
 
* [[Simplified Evaluation Function]]
 
* [[Simplified Evaluation Function]]
 +
* [[Texel's Tuning Method]]
  
 
=See also=
 
=See also=
Line 43: Line 44:
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76119 New engine release - Wukong JS] by [[Maksim Korzh]], [[CCC]], December 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76119 New engine release - Wukong JS] by [[Maksim Korzh]], [[CCC]], December 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76140 Setup a javascript engine in a GUI] by [[Ferdinand Mosca]], [[CCC]], December 24, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76140 Setup a javascript engine in a GUI] by [[Ferdinand Mosca]], [[CCC]], December 24, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76238 Help with Texel's tuning] by [[Maksim Korzh]], [[CCC]], January 05, 2021
 +
: [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76238&start=15 Re: Help with Texel's tuning] by [[Maksim Korzh]], [[CCC]], January 07, 2021 » [[Texel's Tuning Method]]
  
 
=External Links=
 
=External Links=
 
==Chess Engine==
 
==Chess Engine==
 
* [https://github.com/maksimKorzh/wukongJS GitHub - maksimKorzh/wukongJS: JavaScript chess engine with UCI support, own GUI and public API written] by [[Maksim Korzh]]
 
* [https://github.com/maksimKorzh/wukongJS GitHub - maksimKorzh/wukongJS: JavaScript chess engine with UCI support, own GUI and public API written] by [[Maksim Korzh]]
 +
* [https://github.com/maksimKorzh/wukongJS/tree/main/tools/eval_tuner wukongJS/tools/eval_tuner at main · maksimKorzh/wukongJS · GitHub] » [[Texel's Tuning Method]]
 
* [https://maksimkorzh.github.io/wukongJS/wukong.html WukongJS]
 
* [https://maksimkorzh.github.io/wukongJS/wukong.html WukongJS]
 
==Misc==
 
==Misc==

Revision as of 17:44, 7 January 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

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

  1. A 19th-century illustration of the character Sun Wukong, or "the Wanderer Sun". Wikimedia Commons
  2. WukongJS

Up one Level