Difference between revisions of "Dartmouth CP"

From Chessprogramming wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
'''Dartmouth CP''',<br/>
 
'''Dartmouth CP''',<br/>
a chess program developed in the early 70s at [[Dartmouth College]] by a team lead by professor [[Larry Harris]]. Primary author was [[Warren Montgomery]] <ref>[http://www.dartmouth.edu/comp/about/archive/history/timeline/1970s.html#1973 The Dartmouth Computing Timeline - The 1970s - 1973 - Chess Program in Tournament]</ref>, supported by co-authors [[Danny Kopec]], [[Hal Terrie]], [[David Levner]] and others <ref>[[Danny Kopec]] ('''1977'''). ''Recent developments in computer chess''. Firbush News 7 Edinburgh: Machine Intelligence Research Unit, [[University of Edinburgh]] (ed. [[Donald Michie]]), [http://www.sci.brooklyn.cuny.edu/~kopec/Publications/Publications/O_45_C.pdf pdf] - Work at Dartmouth College</ref>. Dartmouth CP was written in [https://en.wikipedia.org/wiki/General_Comprehensive_Operating_System GCOS] [[Assembly|assembly]], the language for the [[Honeywell 6000|GE-635]], to run under the [https://en.wikipedia.org/wiki/Dartmouth_Time_Sharing_System Dartmouth Time Sharing System]. In his 1973 paper on [[Bandwidth Search]] <ref>[http://theory.stanford.edu/~amitp/GameProgramming/Variations.html#bandwidth-search Bandwidth search | Variants of A*] from [http://theory.stanford.edu/~amitp/GameProgramming/ Amit’s A* Page]</ref>, which was applied successfully to chess and therefor likely to Dartmouth CP, [[Larry Harris]] acknowledged professor [[Steve Garland]] and the undergraduates [[Warren Montgomery]], [[Dave Chenerow]], [[Dexter Kozen]], and [[Steve Poulsen]] for their work on that topic <ref>[[Larry Harris]] ('''1973'''). ''The bandwidth heuristic search''. [http://dblp.uni-trier.de/db/conf/ijcai/ijcai73.html 3. IJCAI 1973], [http://www.ijcai.org/Past%20Proceedings/IJCAI-73/PDF/004.pdf pdf]</ref>.  
+
a chess program developed in the early 70s at [[Dartmouth College]] by a team lead by professor [[Larry Harris]]. Primary author was [[Warren Montgomery]] <ref>[https://www.dartmouth.edu/its-tools/archive/history/timeline/1970s.html#1973 The Dartmouth Computing Timeline - The 1970s - 1973 - Chess Program in Tournament]</ref>, supported by co-authors [[Danny Kopec]], [[Hal Terrie]], [[David Levner]] and others <ref>[[Danny Kopec]] ('''1977'''). ''Recent developments in computer chess''. Firbush News 7 Edinburgh: Machine Intelligence Research Unit, [[University of Edinburgh]] (ed. [[Donald Michie]]), [http://www.sci.brooklyn.cuny.edu/~kopec/Publications/Publications/O_45_C.pdf pdf] - Work at Dartmouth College</ref>. Dartmouth CP was written in [https://en.wikipedia.org/wiki/General_Comprehensive_Operating_System GCOS] [[Assembly|assembly]], the language for the [[Honeywell 6000|GE-635]], to run under the [https://en.wikipedia.org/wiki/Dartmouth_Time_Sharing_System Dartmouth Time Sharing System]. In his 1973 paper on [[Bandwidth Search]] <ref>[http://theory.stanford.edu/~amitp/GameProgramming/Variations.html#bandwidth-search Bandwidth search | Variants of A*] from [http://theory.stanford.edu/~amitp/GameProgramming/ Amit’s A* Page]</ref>, which was applied successfully to chess and therefor likely to Dartmouth CP, [[Larry Harris]] acknowledged professor [[Steve Garland]] and the undergraduates [[Warren Montgomery]], [[Dave Chenerow]], [[Dexter Kozen]], and [[Steve Poulsen]] for their work on that topic <ref>[[Larry Harris]] ('''1973'''). ''The bandwidth heuristic search''. [[Conferences#IJCAI1973|3. IJCAI 1973]], [http://www.ijcai.org/Past%20Proceedings/IJCAI-73/PDF/004.pdf pdf]</ref>.  
  
 
=Challenging Chess=
 
=Challenging Chess=
Line 37: Line 37:
 
  An idea which was never fully implemented was that of an "Attack-Defence Ratio". This is a measure of the difference between the sum of the forces attacking the quarter of the board where the enemy king is located and the sum of those forces which defend the same squares. If this difference in force is greater than a certain threshold value, an "alarm" is set off which results in a higher đ value and an [[Extensions|increase]] in the [[Depth|depth]] of [[Search|search]]. In this manner, long sacrificial variations are more carefully investigated. A benchmark of sacrificial positions would be a good test for its effectiveness.
 
  An idea which was never fully implemented was that of an "Attack-Defence Ratio". This is a measure of the difference between the sum of the forces attacking the quarter of the board where the enemy king is located and the sum of those forces which defend the same squares. If this difference in force is greater than a certain threshold value, an "alarm" is set off which results in a higher đ value and an [[Extensions|increase]] in the [[Depth|depth]] of [[Search|search]]. In this manner, long sacrificial variations are more carefully investigated. A benchmark of sacrificial positions would be a good test for its effectiveness.
  
  Dartmouth's most "informed" table was the one on pawn formations, called "PFORM". Among its standard detectors were [[Isolated Pawn|Isolated Pawns]], [[Backward Pawn|Backward Pawns]], [[Doubled Pawn|Doubled Pawns]], [[Passed Pawn|Passed Pawns]], and [[Duo Trio Quart (Bitboards)|Duos]]. Detectors such as [[Pawn chain|Chains]], [[Defended Pawns (Bitboards)|Mini-chains]], [[Backward Pawns (Bitboards)|Shielded Backward Pawns]], [[Candidate Passed Pawn|Potential Passed Pawns]], and the table, "Levers", were among the more esoteric concepts which were added later. Many of these definitions were taken directly from [[Hans Kmoch|Hans Kmoch's]] classic work ''Pawn Power'' <ref>[[Hans Kmoch]] ('''1959, 1990'''). ''Pawn Power in Chess''. New York: Dover, 1990. Previous ed.: New York: McKay, 1959. ISBN 0-486-26486-6, [http://books.google.com/books?id=FT7hpAiec3EC&dq=Pawn+Power+in+Chess&pg=PP1&ots=q_yCx72Ms_&sig=sKrQzXouaweUYbwCjfTcaplUF4U&hl=de&sa=X&oi=book_result&resnum=1&ct=result#PPA1,M1 Google Books], [http://www.amazon.com/Pawn-Power-Chess-Hans-Kmoch/dp/0486264866 amazon]</ref>. The concept, Levers, using a modified definition of my own "pawn mover wich improve our formation and hurt our opponent's" - proved useful in the recognition of critical pawn moves. In addition, the levers concept helps to guide the placement of pieces especially in the opening and middle game. It could also help toward plan formation. Some further pawn formational concepts from ''Pawn Power'' which were never programmed were [[Outposts|Outpost]] and [[Holes|Weak Square]] Complexes. The Dartmouth program is probably, in theory, capable of more sophisticated pawn formational evaluations than any other program; however the implementation is rudimentary. The program had at one time approximately 50 detectors in various tables and many others were planned.  
+
  Dartmouth's most "informed" table was the one on pawn formations, called "PFORM". Among its standard detectors were [[Isolated Pawn|Isolated Pawns]], [[Backward Pawn|Backward Pawns]], [[Doubled Pawn|Doubled Pawns]], [[Passed Pawn|Passed Pawns]], and [[Duo Trio Quart (Bitboards)|Duos]]. Detectors such as [[Pawn Chain|Chains]], [[Defended Pawns (Bitboards)|Mini-chains]], [[Backward Pawns (Bitboards)|Shielded Backward Pawns]], [[Candidate Passed Pawn|Potential Passed Pawns]], and the table, "Levers", were among the more esoteric concepts which were added later. Many of these definitions were taken directly from [[Hans Kmoch|Hans Kmoch's]] classic work ''Pawn Power'' <ref>[[Hans Kmoch]] ('''1959, 1990'''). ''Pawn Power in Chess''. New York: Dover, 1990. Previous ed.: New York: McKay, 1959. ISBN 0-486-26486-6, [http://books.google.com/books?id=FT7hpAiec3EC&dq=Pawn+Power+in+Chess&pg=PP1&ots=q_yCx72Ms_&sig=sKrQzXouaweUYbwCjfTcaplUF4U&hl=de&sa=X&oi=book_result&resnum=1&ct=result#PPA1,M1 Google Books], [http://www.amazon.com/Pawn-Power-Chess-Hans-Kmoch/dp/0486264866 amazon]</ref>. The concept, Levers, using a modified definition of my own "pawn mover wich improve our formation and hurt our opponent's" - proved useful in the recognition of critical pawn moves. In addition, the levers concept helps to guide the placement of pieces especially in the opening and middle game. It could also help toward plan formation. Some further pawn formational concepts from ''Pawn Power'' which were never programmed were [[Outposts|Outpost]] and [[Holes|Weak Square]] Complexes. The Dartmouth program is probably, in theory, capable of more sophisticated pawn formational evaluations than any other program; however the implementation is rudimentary. The program had at one time approximately 50 detectors in various tables and many others were planned.  
  
 
=See also=
 
=See also=
Line 50: Line 50:
  
 
=External Links=
 
=External Links=
* [http://www.dartmouth.edu/comp/about/archive/history/timeline/1970s.html#1973 The Dartmouth Computing Timeline - The 1970s - 1973 - Chess Program in Tournament]
+
* [https://www.dartmouth.edu/its-tools/archive/history/timeline/1970s.html#1973 The Dartmouth Computing Timeline - The 1970s - 1973 - Chess Program in Tournament]
  
 
=References=  
 
=References=  
 
<references />
 
<references />
 
 
'''[[Engines|Up one Level]]'''
 
'''[[Engines|Up one Level]]'''
 +
[[Category:Mainframe]]
 +
[[Category:CP Suffix]]

Latest revision as of 14:21, 23 January 2020

Home * Engines * Dartmouth CP

Dartmouth CP,
a chess program developed in the early 70s at Dartmouth College by a team lead by professor Larry Harris. Primary author was Warren Montgomery [2], supported by co-authors Danny Kopec, Hal Terrie, David Levner and others [3]. Dartmouth CP was written in GCOS assembly, the language for the GE-635, to run under the Dartmouth Time Sharing System. In his 1973 paper on Bandwidth Search [4], which was applied successfully to chess and therefor likely to Dartmouth CP, Larry Harris acknowledged professor Steve Garland and the undergraduates Warren Montgomery, Dave Chenerow, Dexter Kozen, and Steve Poulsen for their work on that topic [5].

Challenging Chess

Excerpt from Danny Kopec's Recent developments in computer chess [6]:

Dartmouth's program was the first program to challenge Northwestern's ascendancy in the ACM tournaments. In the ACM U.S. Computer Chess Championship, held in Atlanta, Northwestern's program was lucky to draw against Dartmouth. It only did so because the latter had no repetition check. Particularly encouraging was the fact that in a game of more than 50 moves, Dartmouth was never in a losing position. 
[Event "ACM 1973"]
[Site "Atlanta USA"]
[Date "1973.08.26"]
[Round "2"]
[White "Dartmouth CP"]
[Black "Chess 4.0"]
[Result "1/2-1/2"]

1.e4 c5 2.Nf3 Nc6 3.d4 cxd4 4.Nxd4 Nf6 5.Nc3 d6 6.Be3 Nxd4 7.Bxd4 e5 8.Be3 Be7 
9.Bb5+ Bd7 10.Qd3 O-O 11.O-O-O Ng4 12.Bxd7 Qxd7 13.Nd5 Bh4 14.f3 Nf2 15.Bxf2 Bxf2 
16.Rd2 Bc5 17.b4 Bd4 18.c3 Bb6 19.Nxb6 axb6 20.b5 Kh8 21.Qd5 Rfc8 22.Kb2 Rc5 
23.Qxd6 Rxb5+ 24.Ka1 Qc8 25.Qd3 Rba5 26.Rb1 Qc7 27.Rb4 Ra3 28.Rc4 Qe7 29.Rb4 Qf6 
30.Rb5 R3a4 31.Qd5 Qh4 32.Rxb6 R4a5 33.Qd6 Qe1+ 34.Rb1 Qh4 35.Qd7 b5 36.Qxf7 Qxh2 
37.Qd7 Qf4 38.Qd8+ Qf8 39.Qxf8+ Rxf8 40.Kb2 Rfa8 41.Ra1 R5a6 42.Rd5 Rg6 43.g4 Rf6
44.Rxb5 Rxf3 45.Rxe5 Rb8+ 46.Kc2 Rc8 47.Kb3 Rfxc3+ 48.Kb4 Rc2 49.Re7 Rb2+ 50.Ka3 
Rg2 51.e5 Rxg4 52.e6 Rg2 53.Ka4 Rb2 54.Ra7 h5 55.a3 Rc4+ 56.Ka5 Rc5+ 57.Ka4 g5 
58.e7 Rc4+ 59.Ka5 Rb8 60.Re1 Rc5+ 61.Ka4 Rcc8 62.Re5 Ra8 63.Rxa8 Rxa8+ 64.Kb5 Re8 
65.Rxg5 Rxe7 66.Rxh5+ Kg7 67.Kb6 Re6+ 68.Kb5 Re7 69.Kb6 Re6+ 70.Kb5 Re7 71.Kb6 
1/2-1/2

Evaluation

Danny Kopec in Recent developments in computer chess on the Evaluation of Dartmouth CP [7]:

The program is divided into two major evaluation functions, ĥ and đ. ĥ is concerned with the "soft", positional features of a given board position, while đ is concerned with the "hard" tactical features of a position. The specific chess concepts which comprise đ and ĥ are called "Detectors". A set of related detectors are assigned various values (weights) and are put into a table. ĥ includes tables such as Centre Control, Piece Mobility, Pawn Structure, King Safety, etc., while đ includes tables such as Pins, Forks, Discovered Attacks, Levers. The program is also divided into modules (Opening, Middle Game, and Endings) which allow greater flexibility in the assignment of weights. For example, in the opening, Piece-development, Centre control and King safety are stressed. A persistent problem which many programs still have is the too early development of the queen, because of its tremendous square control, mobility, and ability to produce threats. By assigning a value of -300 (where 100 = pawn) to every minor piece (B or N) still on the back rank, piece development is given prominence, since the program tries to get rid of these initial negative values. Other examples of tables which employ modular flexibility are Occupation of the Centre, and Rook on 7th. Greater weights are assigned to these in the middle game and ending than in the opening, to avoid moving the same pieces too often, before others have moved at all.
An idea which was never fully implemented was that of an "Attack-Defence Ratio". This is a measure of the difference between the sum of the forces attacking the quarter of the board where the enemy king is located and the sum of those forces which defend the same squares. If this difference in force is greater than a certain threshold value, an "alarm" is set off which results in a higher đ value and an increase in the depth of search. In this manner, long sacrificial variations are more carefully investigated. A benchmark of sacrificial positions would be a good test for its effectiveness.
Dartmouth's most "informed" table was the one on pawn formations, called "PFORM". Among its standard detectors were Isolated Pawns, Backward Pawns, Doubled Pawns, Passed Pawns, and Duos. Detectors such as Chains, Mini-chains, Shielded Backward Pawns, Potential Passed Pawns, and the table, "Levers", were among the more esoteric concepts which were added later. Many of these definitions were taken directly from Hans Kmoch's classic work Pawn Power [8]. The concept, Levers, using a modified definition of my own "pawn mover wich improve our formation and hurt our opponent's" - proved useful in the recognition of critical pawn moves. In addition, the levers concept helps to guide the placement of pieces especially in the opening and middle game. It could also help toward plan formation. Some further pawn formational concepts from Pawn Power which were never programmed were Outpost and Weak Square Complexes. The Dartmouth program is probably, in theory, capable of more sophisticated pawn formational evaluations than any other program; however the implementation is rudimentary. The program had at one time approximately 50 detectors in various tables and many others were planned. 

See also

Publications

External Links

References

  1. Dartmouth College from Wikipedia
  2. The Dartmouth Computing Timeline - The 1970s - 1973 - Chess Program in Tournament
  3. Danny Kopec (1977). Recent developments in computer chess. Firbush News 7 Edinburgh: Machine Intelligence Research Unit, University of Edinburgh (ed. Donald Michie), pdf - Work at Dartmouth College
  4. Bandwidth search | Variants of A* from Amit’s A* Page
  5. Larry Harris (1973). The bandwidth heuristic search. 3. IJCAI 1973, pdf
  6. Danny Kopec (1977). Recent developments in computer chess. Firbush News 7 Edinburgh: Machine Intelligence Research Unit, University of Edinburgh (ed. Donald Michie), pdf
  7. Danny Kopec (1977). Recent developments in computer chess. Firbush News 7 Edinburgh: Machine Intelligence Research Unit, University of Edinburgh (ed. Donald Michie), pdf
  8. Hans Kmoch (1959, 1990). Pawn Power in Chess. New York: Dover, 1990. Previous ed.: New York: McKay, 1959. ISBN 0-486-26486-6, Google Books, amazon

Up one Level