Cargando…

Heuristic search : theory and applications /

Search has been vital to artificial intelligence from the very beginning as a core technique in problem solving. The authors present a thorough overview of heuristic search with a balance of discussion between theoretical analysis and efficient implementation and application to real-world problems....

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Edelkamp, Stefan
Otros Autores: Schrödl, Stefan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Elsevier/Morgan Kaufmann, ©2012.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn744636710
003 OCoLC
005 20231017213018.0
006 m o d
007 cr mn|||||||||
008 110803s2012 ne a ob 001 0 eng d
010 |a  2011005844 
040 |a OPELS  |b eng  |e pn  |c OPELS  |d OCLCQ  |d CDX  |d CGU  |d OCLCQ  |d OSU  |d COO  |d TEF  |d OCLCQ  |d DEBSZ  |d N$T  |d EBLCP  |d MHW  |d E7B  |d YDXCP  |d MERUC  |d OCLCQ  |d OCLCF  |d OCLCQ  |d LOA  |d ICA  |d AGLDB  |d LVT  |d OCLCQ  |d K6U  |d PIFAG  |d FVL  |d ZCU  |d LIV  |d OCLCQ  |d U3W  |d D6H  |d STF  |d WRM  |d OCLCQ  |d VTS  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d OCLCQ  |d A6Q  |d LEAUB  |d DKC  |d AU@  |d OCLCQ  |d OL$  |d OCLCQ  |d UHL  |d OCLCQ  |d VLY  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
016 7 |a 017549273  |2 Uk 
019 |a 733582880  |a 749920546  |a 759503529  |a 962188981  |a 972067669  |a 991942244  |a 1037704794  |a 1038626674  |a 1055384538  |a 1063969625  |a 1081201269  |a 1083605492  |a 1103251729  |a 1129344266  |a 1161999163 
020 |a 9780123725127  |q (electronic bk.) 
020 |a 0123725127  |q (electronic bk.) 
020 |a 9780080919737  |q (electronic bk.) 
020 |a 0080919731  |q (electronic bk.) 
020 |z 9780123725127  |q (hardback ;  |q acid-free paper) 
020 |z 0123725127  |q (hardback ;  |q acid-free paper) 
020 |a 1283133954 
020 |a 9781283133951 
020 |a 9786613133953 
020 |a 6613133957 
024 8 |a 9786613133953 
029 1 |a CHNEW  |b 000722258 
029 1 |a CHNEW  |b 001010182 
029 1 |a DEBBG  |b BV042314279 
029 1 |a DEBBG  |b BV044155407 
029 1 |a DEBSZ  |b 360078699 
029 1 |a DEBSZ  |b 372699480 
029 1 |a DEBSZ  |b 431004331 
029 1 |a DEBSZ  |b 449248747 
029 1 |a DEBSZ  |b 481267174 
029 1 |a NZ1  |b 15189612 
029 1 |a UKMGB  |b 017549273 
035 |a (OCoLC)744636710  |z (OCoLC)733582880  |z (OCoLC)749920546  |z (OCoLC)759503529  |z (OCoLC)962188981  |z (OCoLC)972067669  |z (OCoLC)991942244  |z (OCoLC)1037704794  |z (OCoLC)1038626674  |z (OCoLC)1055384538  |z (OCoLC)1063969625  |z (OCoLC)1081201269  |z (OCoLC)1083605492  |z (OCoLC)1103251729  |z (OCoLC)1129344266  |z (OCoLC)1161999163 
037 |a 9780080919737  |b Ingram Content Group 
050 4 |a QA76.9.A43  |b E34 2012 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.1/1  |2 22 
049 |a UAMI 
100 1 |a Edelkamp, Stefan. 
245 1 0 |a Heuristic search :  |b theory and applications /  |c Stefan Edelkamp, Stefan Schrödl. 
260 |a Amsterdam ;  |a Boston :  |b Elsevier/Morgan Kaufmann,  |c ©2012. 
300 |a 1 online resource (xxiv, 836 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a Search has been vital to artificial intelligence from the very beginning as a core technique in problem solving. The authors present a thorough overview of heuristic search with a balance of discussion between theoretical analysis and efficient implementation and application to real-world problems. Current developments in search such as pattern databases and search with efficient use of external memory and parallel processing units on main boards and graphics cards are detailed. Heuristic search as a problem solving tool is demonstrated in applications for puzzle solving, game playing, constraint satisfaction and machine learning. While no previous familiarity with heuristic search is necessary the reader should have a basic knowledge of algorithms, data structures, and calculus. Real-world case studies and chapter ending exercises help to create a full and realized picture of how search fits into the world of artificial intelligence and the one around us. Provides real-world success stories and case studies for heuristic search algorithms. Includes many AI developments not yet covered in textbooks such as pattern databases, symbolic search, and parallel processing units. 
505 0 |a Heuristic search primer. Introduction -- Basic search algorithms -- Dictionary data structures -- Automatically created heuristics -- Heuristic search under memory constraints. Linear-space search -- Memory-restricted search -- Symbolic search -- External search -- Heuristic search under time constraints. Distributed search -- State space pruning -- Real-time search -- Heuristic search variants. Adversary search -- Constraint search -- Selective search -- Heurstic search applications. Action planning -- Automated system verification -- Vehicle navigation -- Computational biology -- Robotics. 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Heuristic algorithms. 
650 6 |a Algorithmes heuristiques. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Heuristic algorithms  |2 fast 
700 1 |a Schrödl, Stefan. 
776 0 8 |i Print version:  |a Edelkamp, Stefan.  |t Heuristic search.  |d Waltham, MA : Morgan Kaufmann/Elsevier, ©2012  |z 9780123725127  |w (DLC) 2011005844  |w (OCoLC)707022985 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=369933  |z Texto completo 
938 |a Internet Archive  |b INAR  |n heuristicsearcht0000edel 
938 |a Coutts Information Services  |b COUT  |n 18016200 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL713615 
938 |a ebrary  |b EBRY  |n ebr10477244 
938 |a EBSCOhost  |b EBSC  |n 369933 
938 |a YBP Library Services  |b YANK  |n 3250437 
994 |a 92  |b IZTAP