Difference between revisions of "Atlas (ESP)"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
an [[UCI]] compliant chess engine by [[Andrés Manzanares Campillo]] written in [[Cpp|C++]] - executables running under [[Linux]] and [[Windows]].  
 
an [[UCI]] compliant chess engine by [[Andrés Manzanares Campillo]] written in [[Cpp|C++]] - executables running under [[Linux]] and [[Windows]].  
 
The development of Atlas started in 2004, initially [[Board Representation|representing the board]] as [[0x88]] [[Vector Attacks|vector attacks]] [[Mailbox|mailbox]] along with [[Piece-Lists|piece-lists]],  
 
The development of Atlas started in 2004, initially [[Board Representation|representing the board]] as [[0x88]] [[Vector Attacks|vector attacks]] [[Mailbox|mailbox]] along with [[Piece-Lists|piece-lists]],  
supporting [[WinBoard]], and written in [[C]]. Atlas '''2.90''' was a complete rewrite released in June 2011, a [[Bitboards|bitboard]] approach only supporting UCI <ref>[https://sites.google.com/site/atlaschess/home/progreso Progreso - Atlas]</ref>.   
+
supporting [[WinBoard]], and written in [[C]]. Atlas '''2.90''' was a complete rewrite released in June 2011, a [[Bitboards|bitboard]] approach only supporting UCI <ref>[https://sites.google.com/view/atlaschess/home/progreso Progreso - Atlas]</ref>.   
  
 
=Features=
 
=Features=
<ref>Features of Atlas 3.80 based on [https://sites.google.com/site/atlaschess/ Atlas - Home] and [http://www.talkchess.com/forum/viewtopic.php?t=55234 Atlas 3.80 release] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], February 06, 2015</ref>
+
<ref>Features of Atlas 3.80 based on [https://sites.google.com/view/atlaschess/ Atlas - Home] and [http://www.talkchess.com/forum/viewtopic.php?t=55234 Atlas 3.80 release] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], February 06, 2015</ref>
 
==[[Board Representation]]==
 
==[[Board Representation]]==
 
* [[Bitboards]]
 
* [[Bitboards]]
* [[Magic Bitboards]] <ref>[https://sites.google.com/site/atlaschess/home Atlas - Home - Agradecimientos]</ref>
+
* [[Magic Bitboards]] <ref>[https://sites.google.com/view/atlaschess/home Atlas - Home - Agradecimientos]</ref>
 
==[[Search]]==
 
==[[Search]]==
 
* [[Iterative Deepening]]
 
* [[Iterative Deepening]]
Line 51: Line 51:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66387 Atlas 3.90 release] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], January 22, 2018
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66387 Atlas 3.90 release] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], January 22, 2018
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66416 Atlas 3.91 (bugfix version)] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], January 26, 2018
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66416 Atlas 3.91 (bugfix version)] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], January 26, 2018
 +
==2020 ...==
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=75361 Atlas website (update bookmarks)] by [[Andrés Manzanares Campillo|Andrés Manzanares]], [[CCC]], October 10, 2020
  
 
=External Links=
 
=External Links=
 
==Chess Engine==
 
==Chess Engine==
* [https://sites.google.com/site/atlaschess/ Atlas - Home]
+
* [https://sites.google.com/view/atlaschess/ Atlas - Home]
 
* [http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=Atlas&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 Atlas] in [[CCRL|CCRL 40/15]]
 
* [http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=Atlas&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 Atlas] in [[CCRL|CCRL 40/15]]
 
==Misc==
 
==Misc==

Latest revision as of 22:23, 11 October 2020

Home * Engines * Atlas

Sculpture of Atlas [1]

Atlas,
an UCI compliant chess engine by Andrés Manzanares Campillo written in C++ - executables running under Linux and Windows. The development of Atlas started in 2004, initially representing the board as 0x88 vector attacks mailbox along with piece-lists, supporting WinBoard, and written in C. Atlas 2.90 was a complete rewrite released in June 2011, a bitboard approach only supporting UCI [2].

Features

[3]

Board Representation

Search

Evaluation

Namesake

Forum Posts

2005 ...

2010 ...

2015 ...

2020 ...

External Links

Chess Engine

Misc

References

Up one Level