Chesley
Home
*
Engines
* Chesley
Table of Contents
See also
External Links
References
What links here?
Chesley
,
an
open source chess engine
by
Matt Gingell
under the
GNU Public License
, written in
C++
and supporting both
Windows
and
POSIX
. Chesley is compatible with the
Chess Engine Communication Protocol
. It takes its name from
Chesley B. “Sully” Sullenberger
, the pilot who
successfully landed a airplane
on the
Hudson river
around the time Matt was getting started
[1]
. Chessley is a
bitboard
program, and applies
rotated bitboards
not using the
outer square optimization
for a fourfold table reduction
[2]
. Matt made experiments with the
Score
data type in Chesley, and replaced 32-bit integer by
Float
, taking the same space
[3]
.
See also
Given Name
External Links
SourceForge.net: Project chesley
by
Matt Gingell
Chesley the Chess Engine!
by
Matt Gingell
References
^
Project chesley - Hello World!
^
board.hpp
^
Project chesley - Using floating point
What links here?
Page
Date Edited
Chesley
Dec 25, 2012
Engines
Mar 10, 2018
Float
Nov 11, 2016
Up one Level
Contributions to https://chessprogramming.wikispaces.com/ are licensed under a
Creative Commons Attribution Share-Alike 3.0 License
.
Portions not contributed by visitors are Copyright 2018 Tangient LLC
TES: The largest network of teachers in the world
Turn off "Getting Started"
Home
...
Loading...
Table of Contents
Chesley,
an open source chess engine by Matt Gingell under the GNU Public License, written in C++ and supporting both Windows and POSIX. Chesley is compatible with the Chess Engine Communication Protocol. It takes its name from Chesley B. “Sully” Sullenberger, the pilot who successfully landed a airplane on the Hudson river around the time Matt was getting started [1]. Chessley is a bitboard program, and applies rotated bitboards not using the outer square optimization for a fourfold table reduction [2]. Matt made experiments with the Score data type in Chesley, and replaced 32-bit integer by Float, taking the same space [3].
See also
External Links
References
What links here?
Up one Level