Difference between revisions of "Richard Korf"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * People * Richard Korf''' FILE:richard.korf.jpg|border|right|thumb|link=http://courseweb.seas.ucla.edu/classView.php?term=09S&srs=587620208| Rich...")
 
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
'''Richard Earl Korf''',<br/>
 
'''Richard Earl Korf''',<br/>
an American computer scientist at the [https://en.wikipedia.org/wiki/University_of_California,_Los_Angeles University of California, Los Angeles]. He received his B.S. from [[Massachusetts Institute of Technology|MIT]] in 1977, and his M.S. and Ph.D. from [[Carnegie Mellon University]] in 1980 and 1983. His research is in the areas of [https://en.wikipedia.org/wiki/Problem_solving problem-solving], heuristic [[Search|search]], and [[Planning|planning]] in [[Artificial Intelligence|artificial intelligence]].  
+
an American computer scientist and professor at the [https://en.wikipedia.org/wiki/University_of_California,_Los_Angeles University of California, Los Angeles]. He received his B.S. from [[Massachusetts Institute of Technology|MIT]] in 1977, and his M.S. and Ph.D. from [[Carnegie Mellon University]] in 1980 and 1983. His research is in the areas of [https://en.wikipedia.org/wiki/Problem_solving problem-solving], heuristic [[Search|search]], and [[Planning|planning]] in [[Artificial Intelligence|artificial intelligence]] <ref>[http://www.cs.ucla.edu/%7Ekorf/ Richard Korf's Home Page]</ref>.
 +
In particular, Richard Korf researched and published on [[Best-First|best-first]] versus [[Depth-First|depth-first‎]] search algorithms, and emphasized depth-first [[Iterative Deepening|iterative deepening]], as in [https://en.wikipedia.org/wiki/Iterative_deepening_A* IDA*] versus [https://en.wikipedia.org/wiki/A*_search_algorithm A*].
  
 
=Selected Publications=  
 
=Selected Publications=  
<ref>[https://dblp.uni-trier.de/pers/hd/k/Korf:Richard_E= dblp: Richard E. Korf]</ref> <ref>[http://web.cs.ucla.edu/~korf/publications.html R. Korf's Selected Publications]</ref> <ref>[http://ilk.uvt.nl/icga/journal/docs/References.pdf ICGA Reference Database] (pdf)</ref>
+
<ref>[https://dblp.uni-trier.de/pers/hd/k/Korf:Richard_E= dblp: Richard E. Korf]</ref> <ref>[http://web.cs.ucla.edu/~korf/publications.html R. Korf's Selected Publications]</ref> <ref>[[ICGA Journal#RefDB|ICGA Reference Database]]</ref>
 
==1984 ...==
 
==1984 ...==
* [[Richard Korf]] ('''1984'''). ''The Complexity of Brute Force Search''. Technical Report, Department of Computer Science, [[Columbia University]] <ref>quoted by [[Hans Berliner]] and [[Gordon Goetsch]] ('''1985'''). ''A Study of Search Methods : The Effect of Constraint Satisfaction and Adventurousness''. [http://dli.iiit.ac.in/ijcai/IJCAI-85-VOL2/PDF/083.pdf pdf], [http://dli.iiit.ac.in/ijcai/IJCAI-85-VOL2/PDF/083.pdf pdf]</ref>
+
* [[Richard Korf]] ('''1984'''). ''The Complexity of Brute Force Search''. Technical Report, Department of Computer Science, [[Columbia University]] <ref>quoted by [[Hans Berliner]], [[Gordon Goetsch]] ('''1985'''). ''A Study of Search Methods : The Effect of Constraint Satisfaction and Adventurousness''. [https://www.ijcai.org/Proceedings/85-2/Papers/083.pdf pdf]</ref> <ref>Paper is mentioned by [[#JudeaPearl|Richard Korf]] at [[Judea Pearl#Symposium|Judea Pearl Symposium]], 2010</ref>
 
* [[Richard Korf]] ('''1985'''). ''Depth-first Iterative-Deepening: An Optimal Admissible Tree Search''.  [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.288&rep=rep1&type=pdf pdf]
 
* [[Richard Korf]] ('''1985'''). ''Depth-first Iterative-Deepening: An Optimal Admissible Tree Search''.  [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.288&rep=rep1&type=pdf pdf]
 
* [[Richard Korf]] ('''1985'''). ''Learning to solve problems by searching for macro-operators.'' Pitman.
 
* [[Richard Korf]] ('''1985'''). ''Learning to solve problems by searching for macro-operators.'' Pitman.
Line 20: Line 21:
 
* [[Nageshwara Rao Vempaty]], [[Vipin Kumar]], [[Richard Korf]]  ('''1991'''). ''Depth-First vs Best-First Search''. [[Conferences#AAAI-91|AAAI-91]], [https://www.aaai.org/Papers/AAAI/1991/AAAI91-067.pdf pdf]
 
* [[Nageshwara Rao Vempaty]], [[Vipin Kumar]], [[Richard Korf]]  ('''1991'''). ''Depth-First vs Best-First Search''. [[Conferences#AAAI-91|AAAI-91]], [https://www.aaai.org/Papers/AAAI/1991/AAAI91-067.pdf pdf]
 
* [[Richard Korf]] ('''1993'''). ''Linear-Space Best-First Search.'' [https://en.wikipedia.org/wiki/Artificial_Intelligence_%28journal%29 Artificial Intelligence], Vol. 62, No. 1, [http://www.aaai.org/Papers/AAAI/1992/AAAI92-082.pdf pdf]
 
* [[Richard Korf]] ('''1993'''). ''Linear-Space Best-First Search.'' [https://en.wikipedia.org/wiki/Artificial_Intelligence_%28journal%29 Artificial Intelligence], Vol. 62, No. 1, [http://www.aaai.org/Papers/AAAI/1992/AAAI92-082.pdf pdf]
* [[Richard Korf]], [[Max Chickering]] ('''1993'''). ''[http://www.aaai.org/Library/Symposia/Fall/1993/fs93-02-006.php Best-first Minimax Search: First Results].'' [[Conferences#AAAI-93|AAAI-93]]
+
* [[Richard Korf]], [[Max Chickering]] ('''1993'''). ''[http://www.aaai.org/Library/Symposia/Fall/1993/fs93-02-006.php Best-first Minimax Search: First Results].'' [[Conferences#AAAI-93|AAAI-93]], [https://pdfs.semanticscholar.org/4458/6f00b101bda8697bfec740d4c631867979f6.pdf pdf]
 
* [[Mathematician#WZhang|Weixiong Zhang]], [[Richard Korf]] ('''1993'''). ''[http://dl.acm.org/citation.cfm?id=1867385 Depth-first vs. best-first search: New results]''. [[Conferences#AAAI-93|AAAI-93]]
 
* [[Mathematician#WZhang|Weixiong Zhang]], [[Richard Korf]] ('''1993'''). ''[http://dl.acm.org/citation.cfm?id=1867385 Depth-first vs. best-first search: New results]''. [[Conferences#AAAI-93|AAAI-93]]
 
* [[Richard Korf]], [[Max Chickering]] ('''1994'''). ''[http://www.aaai.org/Library/AAAI/1994/aaai94-210.php Best-first minimax search: Othello results].'' [[Conferences#AAAI-94|AAAI-94]], [http://www.aaai.org/Papers/AAAI/1994/AAAI94-210.pdf pdf]
 
* [[Richard Korf]], [[Max Chickering]] ('''1994'''). ''[http://www.aaai.org/Library/AAAI/1994/aaai94-210.php Best-first minimax search: Othello results].'' [[Conferences#AAAI-94|AAAI-94]], [http://www.aaai.org/Papers/AAAI/1994/AAAI94-210.pdf pdf]
Line 27: Line 28:
 
* [[Richard Korf]] ('''1997'''). ''Does Deep Blue use AI?'' [[Conferences#AAAI-97|AAAI-97]], Workshop on [[Kasparov versus Deep Blue 1997|Deep Blue vs. Kasparov]] : The Significance for Artificial Intelligence, [http://www.aaai.org/Papers/Workshops/1997/WS-97-04/WS97-04-001.pdf pdf]
 
* [[Richard Korf]] ('''1997'''). ''Does Deep Blue use AI?'' [[Conferences#AAAI-97|AAAI-97]], Workshop on [[Kasparov versus Deep Blue 1997|Deep Blue vs. Kasparov]] : The Significance for Artificial Intelligence, [http://www.aaai.org/Papers/Workshops/1997/WS-97-04/WS97-04-001.pdf pdf]
 
* [[Richard Korf]] ('''1997'''). ''Does DEEP BLUE use Artificial Intelligence?'' [[ICGA Journal#20_4|ICCA Journal, Vol. 20, No. 4]] <ref>[https://www.stmintz.com/ccc/index.php?id=14647 Re: ICCA Journal Sinks To A New Low] by [[Amir Ban]], [[CCC]], January 25, 1998</ref>
 
* [[Richard Korf]] ('''1997'''). ''Does DEEP BLUE use Artificial Intelligence?'' [[ICGA Journal#20_4|ICCA Journal, Vol. 20, No. 4]] <ref>[https://www.stmintz.com/ccc/index.php?id=14647 Re: ICCA Journal Sinks To A New Low] by [[Amir Ban]], [[CCC]], January 25, 1998</ref>
 +
* [[Stefan Edelkamp]], [[Richard Korf]] ('''1998'''). ''The Branching Factor of Regular Search Spaces''. [[Conferences#AAAI-98|AAAI-98]], [https://pdfs.semanticscholar.org/1a71/184c9432957427399435b8cde7e2d1977955.pdf pdf]
 +
* [[Richard Korf]], [[Michael Reid]] ('''1998'''). ''Complexity Analysis of Admissible Heuristic Search''. [[Conferences#AAAI-98|AAAI-98]], [https://www.aaai.org/Papers/AAAI/1998/AAAI98-043.pdf pdf]
 
==2000 ...==  
 
==2000 ...==  
 
* [[Richard Korf]] ('''2000'''). ''Finding Optimal Solution to Rubik’s Cube Using Pattern Databases.'' Games in AI Research (eds. [[Jaap van den Herik]] and [[Hiroyuki Iida]]), [[Maastricht University|Universiteit Maastricht]]
 
* [[Richard Korf]] ('''2000'''). ''Finding Optimal Solution to Rubik’s Cube Using Pattern Databases.'' Games in AI Research (eds. [[Jaap van den Herik]] and [[Hiroyuki Iida]]), [[Maastricht University|Universiteit Maastricht]]
 
* [[Nathan Sturtevant]], [[Richard Korf]] ('''2000'''). ''On Pruning Techniques for Multi-Player Games.'' [[Conferences#AAAI-2000|AAAI-2000]], [http://webdocs.cs.ualberta.ca/~nathanst/papers/multi_prune.pdf pdf]
 
* [[Nathan Sturtevant]], [[Richard Korf]] ('''2000'''). ''On Pruning Techniques for Multi-Player Games.'' [[Conferences#AAAI-2000|AAAI-2000]], [http://webdocs.cs.ualberta.ca/~nathanst/papers/multi_prune.pdf pdf]
 +
 +
* [[Richard Korf]], [[Michael Reid]], [[Stefan Edelkamp]] ('''2001'''). ''Time complexity of iterative-deepening-A*''. [https://en.wikipedia.org/wiki/Artificial_Intelligence_(journal) Artificial Intelligence], Vol. 129, No. 1-2
 +
 
* [[Richard Korf]], [[Ariel Felner]] ('''2002'''). ''Disjoint Pattern Database Heuristics''. in “Chips Challenging Champions: Games, Computers and Artificial Intelligence”, edited by [[Jonathan Schaeffer]] and [[Jaap van den Herik]]. Elsevier Science  
 
* [[Richard Korf]], [[Ariel Felner]] ('''2002'''). ''Disjoint Pattern Database Heuristics''. in “Chips Challenging Champions: Games, Computers and Artificial Intelligence”, edited by [[Jonathan Schaeffer]] and [[Jaap van den Herik]]. Elsevier Science  
 
* [[Ariel Felner]], [[Richard Korf]], [[Ram Meshulam]], [[Robert Holte]] ('''2007'''). ''Compressed Pattern Databases''. [https://en.wikipedia.org/wiki/Journal_of_Artificial_Intelligence_Research JAIR], Vol. 30, [http://www.ise.bgu.ac.il/faculty/felner/research/newcompjur.pdf pdf]
 
* [[Ariel Felner]], [[Richard Korf]], [[Ram Meshulam]], [[Robert Holte]] ('''2007'''). ''Compressed Pattern Databases''. [https://en.wikipedia.org/wiki/Journal_of_Artificial_Intelligence_Research JAIR], Vol. 30, [http://www.ise.bgu.ac.il/faculty/felner/research/newcompjur.pdf pdf]
Line 39: Line 45:
 
* [https://dblp.uni-trier.de/pers/hd/b/Barker:Joseph_Kelly Joseph K. Barker], [[Richard Korf]] ('''2012'''). ''[https://www.aaai.org/ocs/index.php/AAAI/AAAI12/paper/view/5126 Solving Dots-And-Boxes]''. [[Conferences#AAAI-2012|AAAI-2012]]
 
* [https://dblp.uni-trier.de/pers/hd/b/Barker:Joseph_Kelly Joseph K. Barker], [[Richard Korf]] ('''2012'''). ''[https://www.aaai.org/ocs/index.php/AAAI/AAAI12/paper/view/5126 Solving Dots-And-Boxes]''. [[Conferences#AAAI-2012|AAAI-2012]]
 
* [[Richard Korf]] ('''2012'''). ''[https://www.aaai.org/ocs/index.php/AAAI/AAAI12/paper/view/5094 Research Challenges in Combinatorial Search]''. [[Conferences#AAAI-2012|AAAI-2012]]
 
* [[Richard Korf]] ('''2012'''). ''[https://www.aaai.org/ocs/index.php/AAAI/AAAI12/paper/view/5094 Research Challenges in Combinatorial Search]''. [[Conferences#AAAI-2012|AAAI-2012]]
* [[Richard Korf]] ('''2014'''). ''How Do You Know Your Search Algorithm and Code Are Correct''? [https://dblp.uni-trier.de/db/conf/socs/socs2014.html SOCS 2014], [https://pdfs.semanticscholar.org/5e16/e98074048f73a0db2b25669a8fbdb69048ba.pdfpdf]
+
* [[Richard Korf]] ('''2014'''). ''How Do You Know Your Search Algorithm and Code Are Correct''? [https://dblp.uni-trier.de/db/conf/socs/socs2014.html SOCS 2014], [https://pdfs.semanticscholar.org/5e16/e98074048f73a0db2b25669a8fbdb69048ba.pdf pdf]
* [[Richard Korf]] ('''2016'''). ''Comparing Search Algorithms Using Sorting and Hashing on Disk and in Memory''. [[Conferences#IJCAI2016|IJCAI 2016]]
+
* [[Richard Korf]] ('''2016'''). ''Comparing Search Algorithms Using Sorting and Hashing on Disk and in Memory''. [[Conferences#IJCAI2016|IJCAI 2016]], [https://pdfs.semanticscholar.org/d9b5/ca0e84ebf8566c34cf218aba1789af6d3111.pdf pdf]
  
 
=External Links=  
 
=External Links=  
Line 47: Line 53:
 
* [https://genealogy.math.ndsu.nodak.edu/id.php?id=70509 Richard Korf - The Mathematics Genealogy Project]
 
* [https://genealogy.math.ndsu.nodak.edu/id.php?id=70509 Richard Korf - The Mathematics Genealogy Project]
 
* [http://www.cs.cmu.edu/%7Eaiseminar/past/aiseminar97.html#Richard%20Korf Carnegie Mellon UniversityDepartment of Computer Science - AI Seminar 97/98 Schedule]
 
* [http://www.cs.cmu.edu/%7Eaiseminar/past/aiseminar97.html#Richard%20Korf Carnegie Mellon UniversityDepartment of Computer Science - AI Seminar 97/98 Schedule]
* Rich Korf at [[Judea Pearl#Symposium|Judea Pearl Symposium]], 2010, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
+
* <span id="JudeaPearl"></span>Rich Korf at [[Judea Pearl#Symposium|Judea Pearl Symposium]], 2010, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 
: {{#evu:https://www.youtube.com/watch?v=EnX8cQPiB1M|alignment=left|valignment=top}}
 
: {{#evu:https://www.youtube.com/watch?v=EnX8cQPiB1M|alignment=left|valignment=top}}
  

Latest revision as of 17:30, 16 November 2020

Home * People * Richard Korf

Richard Korf [1]

Richard Earl Korf,
an American computer scientist and professor at the University of California, Los Angeles. He received his B.S. from MIT in 1977, and his M.S. and Ph.D. from Carnegie Mellon University in 1980 and 1983. His research is in the areas of problem-solving, heuristic search, and planning in artificial intelligence [2]. In particular, Richard Korf researched and published on best-first versus depth-first‎ search algorithms, and emphasized depth-first iterative deepening, as in IDA* versus A*.

Selected Publications

[3] [4] [5]

1984 ...

1990 ...

2000 ...

2010 ...

External Links

References

  1. UCLA Class Instructor(s)
  2. Richard Korf's Home Page
  3. dblp: Richard E. Korf
  4. R. Korf's Selected Publications
  5. ICGA Reference Database
  6. quoted by Hans Berliner, Gordon Goetsch (1985). A Study of Search Methods : The Effect of Constraint Satisfaction and Adventurousness. pdf
  7. Paper is mentioned by Richard Korf at Judea Pearl Symposium, 2010
  8. Re: ICCA Journal Sinks To A New Low by Amir Ban, CCC, January 25, 1998

Up one level