Changes

Jump to: navigation, search

Ferdinand Mosca

10,016 bytes added, 20:32, 18 May 2019
Created page with "'''Home * People * Ferdinand Mosca''' '''Ferdinand Mosca''',<br/> a Filipino games and chess programmer and author of the Chess Engine Communication Proto..."
'''[[Main Page|Home]] * [[People]] * Ferdinand Mosca'''

'''Ferdinand Mosca''',<br/>
a Filipino games and chess programmer and author of the [[Chess Engine Communication Protocol]] compatible chess engine [[Deuterium]], and the [[UCI]] compliant [[CDrill]], an engine that plays like human at a rating below 2000 Elo <ref>[https://sites.google.com/view/cdrill CDrill Chess]</ref>.
Further, Ferdinand Mosca wrote multiple analysing tools, as well as [[Games#ChessVariants|chess variant]] playing engines <ref>[https://sites.google.com/site/deuteriumengine/files Downloads - Deuterium Chess Engine]</ref>, such as the [[Spartan Chess]] playing [[Sangga]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=41034 Spartan chess] by [[Ferdinand Mosca]], [[CCC]], November 09, 2011</ref>,
the [[Capablanca Chess]] and [[Gothic Chess]] playing [[Bihasa]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=42106 Bihasa v3.0 is released] by [[Ferdinand Mosca]], [[CCC]], November 19, 2011</ref>,
the [[Shogi]] engine [[Siyam]] <ref> [http://www.talkchess.com/forum/viewtopic.php?t=58381 Siyam, a shogi 9x9 engine] by [[Ferdinand Mosca]], [[CCC]], November 26, 2015</ref>,
and the mini Shogi engine [[Lima]] which played a strong UEC Cup in 2015 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=58329 Shokidoki wins UEC Cup!] by [[Harm Geert Muller]], [[CCC]], November 22, 2015</ref> <ref>[http://minerva.cs.uec.ac.jp/~uec55shogi/wiki.cgi?page=%C2%E8%A3%B9%B2%F3UEC%C7%D5%A3%B5%B8%DE%BE%AD%B4%FD%C2%E7%B2%F1 第9回UEC杯5五将棋大会 - 5五将棋 portal]</ref>.

<span id="ChessGameAnalyzer"></span>
=Chess Game Analyzer=
In Fall 2015, Ferdinand Mosca introduced his ''Chess Game Analyzer'', a [[CLI|command line]] [[Utilities#PGN|PGN tool]], working on [[Portable Game Notation|pgn files]] as input and output, with scores, variations and annotations added as pgn comments after analyzing the games with an engine. The ''Chess Game Analyzer'' is written in [[Python]] using the [[python-chess]] library to parse [[Moves|moves]] and [[Chess Position|positions]] of the pgn file <ref>[http://www.talkchess.com/forum/viewtopic.php?t=57770 Chess Game Analyzer] by [[Ferdinand Mosca]], [[CCC]], September 27, 2015</ref>. In December 2016, Ferdinand Mosca announced the ''Chess Game Analyzer'' [[GUI]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=62500 Chess Game Analyzer GUI] by [[Ferdinand Mosca]], [[CCC]], December 16, 2016</ref>.
<span id="ChessArtist"></span>
=Chess Artist=
Apparently the successor of the ''Chess Game Analyzer'' is '''Chess Artist''', released in October 2016 under the [[Free Software Foundation#GPL|GPLv3]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=61723 Chess Artist] by [[Ferdinand Mosca]], [[CCC]], October 15, 2016</ref>, a [[Python]] script that can annotate [[Chess Game|chess games]] in [[Portable Game Notation|pgn file]] with [[Evaluation|static evaluation]] or [[Search|search]] [[Score|score]] of an engine, can annotate games with [[Cerebellum]] [[Opening Book|book moves]] using the [[Brainfish]] engine with its Cerebellum_Light.bin book file, can annotate an [[Extended Position Description|epd file]] with '''acd''', '''acs''', '''bm''', and '''ce''' [[Extended Position Description#mnemonics|opcode mnemonics]] and can [[Engine Testing|test engines]] with epd [[Test-Positions|test suites]] <ref>[https://github.com/fsmosca/chess-artist GitHub - fsmosca/chess-artist: A python script that can annotate chess games in pgn file ...]</ref>.
<span id="aiBloodshed"></span>
=aiBloodshed=
[[aiBloodshed]] is a chess game [[Web Broadcast|web broadcaster]] composed by Ferdinand Mosca, released in July 2017 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=64741 aiBloodshed live broadcaster released] by [[Ferdinand Mosca]], [[CCC]], July 27, 2017</ref>.

=Forum Posts=
==2010 ...==
* [http://www.talkchess.com/forum/viewtopic.php?t=39647&start=2 Re: Ideas from other engines ok?] by [[Ferdinand Mosca]], [[CCC]], July 08, 2011
* [http://www.talkchess.com/forum/viewtopic.php?t=41034 Spartan chess] by [[Ferdinand Mosca]], [[CCC]], November 09, 2011
* [http://www.talkchess.com/forum/viewtopic.php?t=41138 Option questions on cutechess-cli] by [[Ferdinand Mosca]], [[CCC]], November 19, 2011 » [[Cutechess-cli]]
* [http://www.talkchess.com/forum/viewtopic.php?t=42106 Bihasa v3.0 is released] by [[Ferdinand Mosca]], [[CCC]], November 19, 2011
* [http://www.talkchess.com/forum/viewtopic.php?t=41450 Deuterium update and other engines] by [[Ferdinand Mosca]], [[CCC]], December 14, 2011
* [http://www.talkchess.com/forum/viewtopic.php?t=42720 Clarification of uci option UCI_AnalyseMode] by [[Ferdinand Mosca]], [[CCC]], March 03, 2012 » [[UCI]]
* [http://www.talkchess.com/forum/viewtopic.php?t=43291 New chess variants] by [[Ferdinand Mosca]], [[CCC]], March 03, 2012 » [[Games#ChessVariants|Chess Variants]]
==2015 ...==
* [http://www.talkchess.com/forum/viewtopic.php?t=56028 Game of the Generals] by [[Ferdinand Mosca]], [[CCC]], April 17, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=56435 STS 1-15 epd and analysis tool] by [[Ferdinand Mosca]], [[CCC]], May 20, 2015 » [[Strategic Test Suite]]
* [http://www.talkchess.com/forum/viewtopic.php?t=56653 STS test suite and engine analysis interface] by [[Ferdinand Mosca]], [[CCC]], June 11, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=57770 Chess Game Analyzer] by [[Ferdinand Mosca]], [[CCC]], September 27, 2015 » [[Ferdinand Mosca#ChessGameAnalyzer|Chess Game Analyzer]]
* [http://www.talkchess.com/forum/viewtopic.php?t=58215 Lima a mini shogi engine] by [[Ferdinand Mosca]], [[CCC]], November 10, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=58295 Mandirigma a musketeer chess variant] by [[Ferdinand Mosca]], [[CCC]], November 19, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=58359&start=2 Re: Static evaluation test posistions] by [[Ferdinand Mosca]], [[CCC]], November 26, 2015 » [[Engine Testing]], [[Python]]
* [http://www.talkchess.com/forum/viewtopic.php?t=58379 Sigla, seirawan chess variant engine] by [[Ferdinand Mosca]], [[CCC]], November 26, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=58381 Siyam, a shogi 9x9 engine] by [[Ferdinand Mosca]], [[CCC]], November 26, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=58482 Winboard 4.8.0b and Amazon chess variant] by [[Ferdinand Mosca]], [[CCC]], December 05, 2015 » [[WinBoard]]
* [http://www.talkchess.com/forum/viewtopic.php?t=58518 Matibay an amazon chess variant engine] by [[Ferdinand Mosca]], [[CCC]], December 08, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=58533 Masipag, a nightrider chess variant engine] by [[Ferdinand Mosca]], [[CCC]], December 09, 2015
'''2016'''
* [http://www.talkchess.com/forum/viewtopic.php?t=61723 Chess Artist] by [[Ferdinand Mosca]], [[CCC]], October 15, 2016 » [[Ferdinand Mosca#ChessArtist|Chess Artist]]
* [http://www.talkchess.com/forum/viewtopic.php?t=62500 Chess Game Analyzer GUI] by [[Ferdinand Mosca]], [[CCC]], December 16, 2016 » [[Ferdinand Mosca#ChessGameAnalyzer|Chess Game Analyzer]]
* [http://www.talkchess.com/forum/viewtopic.php?t=62615 Bihasa 4.3.3] by [[Ferdinand Mosca]], [[CCC]], December 27, 2016
* [http://www.talkchess.com/forum/viewtopic.php?t=62624 CDrill 1800] by [[Ferdinand Mosca]], [[CCC]], December 27, 2016
'''2017'''
* [http://www.talkchess.com/forum/viewtopic.php?t=64189&start=42 Re: Texel tuning method question] by [[Ferdinand Mosca]], [[CCC]], July 20, 2017 » [[Python]], [[Texel's Tuning Method]]
* [http://www.talkchess.com/forum/viewtopic.php?t=64741 aiBloodshed live broadcaster released] by [[Ferdinand Mosca]], [[CCC]], July 27, 2017 » [[aiBloodshed]]
'''2018'''
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=66853 Chess Tools] by [[Ferdinand Mosca]], [[CCC]], March 17, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67434 NUCLEUS] by [[Ed Schroder]], [[CCC]], May 13, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67578 Deuterium 2018 released] by [[Ferdinand Mosca]], [[CCC]], May 27, 2018
'''2019'''
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=69721 Deuterium v2019.1 released] by [[Ferdinand Mosca]], [[CCC]], January 25, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70151 EARS (Engine Analysis Reliability Score)] by [[Ferdinand Mosca]], [[CCC]], March 09, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70339 Yet another game analysis method] by [[Ferdinand Mosca]], [[CCC]], March 28, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70385 Tragic comedy in pondering] by [[Ferdinand Mosca]], [[CCC]], April 02, 2019 » [[Pondering]], [[Stalemate]]
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70390 How to measure overall similarity] by [[Ferdinand Mosca]], [[CCC]], April 02, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70426 Test sets results on opening, tactical, ending] by [[Ferdinand Mosca]], [[CCC]], April 06, 2019 » [[Test-Positions]]
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=70472 Positional and Tactical] by [[Ferdinand Mosca]], [[CCC]], April 11, 2019 » [[Strategy]], [[Tactics]]

=External Links=
* [https://sites.google.com/view/deuterium-chess/home Deuterium Chess]
* [https://sites.google.com/site/deuteriumengine/ Deuterium Homepage]
* [https://sites.google.com/view/cdrill CDrill Chess]
* [https://github.com/fsmosca fsmosca· GitHub]
* [https://github.com/fsmosca/chess-artist GitHub - fsmosca/chess-artist: A python script that can annotate chess games in pgn file ...] » [[Ferdinand Mosca#ChessArtist|Chess Artist]]
* [https://github.com/fsmosca/Python-Easy-Chess-GUI GitHub - fsmosca/Python-Easy-Chess-GUI: A Chess GUI based from Python using PySimpleGUI and Python-Chess]
* [https://github.com/fsmosca/chess-tests GitHub - fsmosca/chess-tests: Chess engines test results]

=References=
<references />
'''[[People|Up one Level]]'''
[[Category:Chess Programmer|Mosca]]
[[Category:Shogi Programmer|Mosca]]

Navigation menu