Difference between revisions of "Simplex"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Simplex''' FILE:Simplexes.jpg|border|right|thumb| Simplexes <ref>The four simplexes which can be fully represented in 3D. Created in [...")
 
 
(2 intermediate revisions by the same user not shown)
Line 42: Line 42:
  
 
=Forum Posts=
 
=Forum Posts=
* [http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=50577 Simplex chess engine] by [[Olivier Deville]], [[Computer Chess Forms|Winboard Forum]], November 18, 2009
+
* [http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=50577 Simplex chess engine] by [[Olivier Deville]], [[Computer Chess Forums|Winboard Forum]], November 18, 2009
 
* [http://www.talkchess.com/forum/viewtopic.php?t=33637 Simplex Updated] by [[Antonio Torrecillas]], [[CCC]], April 05, 2010
 
* [http://www.talkchess.com/forum/viewtopic.php?t=33637 Simplex Updated] by [[Antonio Torrecillas]], [[CCC]], April 05, 2010
 
* [http://www.talkchess.com/forum/viewtopic.php?t=36185 Simplex 0.9.6 released] by [[Antonio Torrecillas]], [[CCC]], September 26, 2010
 
* [http://www.talkchess.com/forum/viewtopic.php?t=36185 Simplex 0.9.6 released] by [[Antonio Torrecillas]], [[CCC]], September 26, 2010
Line 54: Line 54:
 
* [http://www.computerchess.org.uk/ccrl/404/cgi/compare_engines.cgi?family=Simplex&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents Simplex] ín [[CCRL|CCRL 40/4]]
 
* [http://www.computerchess.org.uk/ccrl/404/cgi/compare_engines.cgi?family=Simplex&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents Simplex] ín [[CCRL|CCRL 40/4]]
 
==Misc==
 
==Misc==
 +
* [https://en.wiktionary.org/wiki/simplex simplex - Wiktionary]
 
* [https://en.wikipedia.org/wiki/Simplex Simplex from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Simplex Simplex from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Simplex_(disambiguation) Simplex (disambiguation) from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Simplex_(disambiguation) Simplex (disambiguation) from Wikipedia]
Line 59: Line 60:
 
* [https://en.wikipedia.org/wiki/Simplex_algorithm Simplex algorithm from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Simplex_algorithm Simplex algorithm from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Simplex_graph Simplex graph from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Simplex_graph Simplex graph from Wikipedia]
 +
* [https://en.wikipedia.org/wiki/List_of_species_named_simplex List of species named simplex from Wikipedia]
 
* [http://www.jazzitalia.net/Artisti/gaetanovalli.asp Gaetano Valli] - Simplex, [http://www.jazzclubgajo.com/ Jazz Club Gaio], [https://en.wikipedia.org/wiki/Ljubljana Ljubljana] 2009,  [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 
* [http://www.jazzitalia.net/Artisti/gaetanovalli.asp Gaetano Valli] - Simplex, [http://www.jazzclubgajo.com/ Jazz Club Gaio], [https://en.wikipedia.org/wiki/Ljubljana Ljubljana] 2009,  [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 
: {{#evu:https://www.youtube.com/watch?v=1-36nswTvjo|alignment=left|valignment=top}}
 
: {{#evu:https://www.youtube.com/watch?v=1-36nswTvjo|alignment=left|valignment=top}}
Line 68: Line 70:
 
[[Category:GPL]]
 
[[Category:GPL]]
 
[[Category:UCI]]
 
[[Category:UCI]]
 +
[[Category:Mac]]
 
[[Category:Music]]
 
[[Category:Music]]

Latest revision as of 11:32, 27 February 2019

Home * Engines * Simplex

Simplexes [1]

Simplex,
an UCI compliant open source chess engine by Antonio Torrecillas, written in C++ and licensed under the GNU General Public License. Simplex was first published with sources in 2010, while its development already started at least in 2007 with the intermediate name DarkSimplex due to experiments with the published description of DarkThought [2] [3].

Features

Board Representation

Search

Evaluation

Backward Pawn
Passed Pawn
Candidate Passed Pawn

See also

Forum Posts

External Links

Chess Engine

Misc

References

  1. The four simplexes which can be fully represented in 3D. Created in Blender by Hjhornbeck, April 08, 2017, Simplex from Wikipedia, Wikimedia Commons
  2. Simplex Updated by Antonio Torrecillas, CCC, April 05, 2010
  3. Ernst A. Heinz (1997). How DarkThought Plays Chess. ICCA Journal, Vol. 20, No. 3

Up one Level