Metaheuristics: From Design to Implementation (Hardcover)
            
暫譯: 元啟發式演算法:從設計到實作 (精裝版)
        
        El-Ghazali Talbi
- 出版商: Wiley
- 出版日期: 2009-06-01
- 售價: $5,680
- 貴賓價: 9.5 折 $5,396
- 語言: 英文
- 頁數: 624
- 裝訂: Hardcover
- ISBN: 0470278587
- ISBN-13: 9780470278581
- 
    相關分類:
    
      Algorithms-data-structures
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   Crafting a Compiler With C (IE-Paperback) Crafting a Compiler With C (IE-Paperback)$1,250$1,225
- 
                
                   C++ Primer, 4/e (中文版) C++ Primer, 4/e (中文版)$990$891
- 
                
                   最新 PHP + MySQL + AJAX 網頁程式設計 最新 PHP + MySQL + AJAX 網頁程式設計$650$553
- 
                
                   Introduction to Algorithms, 3/e (IE-Paperback) Introduction to Algorithms, 3/e (IE-Paperback)$1,590$1,558
- 
                
                   Computer Organization and Design, 4/e : The Hardware/Software Interface (Paperback) Computer Organization and Design, 4/e : The Hardware/Software Interface (Paperback)$3,170$3,012
- 
                
                   The Art of Unit Testing: with Examples in .NET (Paperback) The Art of Unit Testing: with Examples in .NET (Paperback)$1,470$1,397
- 
                
                   Windows Device Driver Programming 驅動程式設計 Windows Device Driver Programming 驅動程式設計$650$553
- 
                
                   程式設計師面試寶典 程式設計師面試寶典$400$316
- 
                
                   Google Android 2 程式設計與應用 Google Android 2 程式設計與應用$520$442
- 
                
                   $990The CSSLP Prep Guide: Mastering the Certified Secure Software Lifecycle Professional (Paperback) $990The CSSLP Prep Guide: Mastering the Certified Secure Software Lifecycle Professional (Paperback)
- 
                
                   韓式風格網頁整站設計精選 I:電子商務、企業入口網頁、服飾與房產建築 韓式風格網頁整站設計精選 I:電子商務、企業入口網頁、服飾與房產建築$350$273
- 
                
                   精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e) 精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e)$680$537
- 
                
                   iPhone SDK 3 Programming 應用程式開發 iPhone SDK 3 Programming 應用程式開發$420$328
- 
                
                   韓式風格網頁整站設計精選 II:教育、健康、美容、餐飲與旅遊 韓式風格網頁整站設計精選 II:教育、健康、美容、餐飲與旅遊$350$273
- 
                
                   掌握 VC++ 關鍵技術 掌握 VC++ 關鍵技術$580$493
- 
                
                   鳥哥的 Linux 私房菜-基礎學習篇, 3/e 鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648
- 
                
                   程式設計師的自我修養-連結、載入、程式庫 程式設計師的自我修養-連結、載入、程式庫$580$493
- 
                
                   iPhone SDK 應用程式開發實務 iPhone SDK 應用程式開發實務$550$435
- 
                
                   Google!Android 2 手機應用程式設計入門, 3/e Google!Android 2 手機應用程式設計入門, 3/e$530$419
- 
                
                   Google Android SDK 開發範例大全 2 Google Android SDK 開發範例大全 2$890$703
- 
                
                   鬼上電腦-駭客 VC 程式設計 鬼上電腦-駭客 VC 程式設計$580$493
- 
                
                   Linux 系統程式設計-使用 C Linux 系統程式設計-使用 C$550$468
- 
                
                   USB 完全開發手冊 (USB Complete: The Developer's Guide, 4/e) USB 完全開發手冊 (USB Complete: The Developer's Guide, 4/e)$650$514
- 
                
                   程式設計範式與 OOP 的思考術:冒號老師的十三堂課 程式設計範式與 OOP 的思考術:冒號老師的十三堂課$490$382
相關主題
商品描述
This book provides a complete background on metaheuristics and shows readers how to design and implement efficient algorithms to solve complex optimization problems across a diverse range of applications, from networking and bioinformatics to engineering design, routing, and scheduling. It presents the main design questions for all families of metaheuristics and clearly illustrates how to implement the algorithms under a software framework to reuse both the design and code.
Throughout the book, the key search components of metaheuristics are considered as a toolbox for:
- Designing efficient metaheuristics (e.g. local search, tabu search, simulated annealing, evolutionary algorithms, particle swarm optimization, scatter search, ant colonies, bee colonies, artificial immune systems) for optimization problems
-     Designing efficient metaheuristics for multi-objective optimization problems 
-     Designing hybrid, parallel, and distributed metaheuristics 
-     Implementing metaheuristics on sequential and parallel machines 
Using many case studies and treating design and implementation independently, this book gives readers the skills necessary to solve large-scale optimization problems quickly and efficiently. It is a valuable reference for practicing engineers and researchers from diverse areas dealing with optimization or machine learning; and graduate students in computer science, operations research, control, engineering, business and management, and applied mathematics.
商品描述(中文翻譯)
統一的元啟發式方法觀
本書提供了元啟發式方法的完整背景,並向讀者展示如何設計和實現高效的演算法,以解決各種應用中的複雜優化問題,從網路和生物資訊學到工程設計、路由和排程。它提出了所有元啟發式方法家族的主要設計問題,並清楚地說明如何在軟體框架下實現這些演算法,以重用設計和程式碼。
在整本書中,元啟發式方法的關鍵搜尋組件被視為一個工具箱,用於:
- 設計高效的元啟發式方法(例如:局部搜尋、禁忌搜尋、模擬退火、進化演算法、粒子群優化、散佈搜尋、蟻群、蜜蜂群、人工免疫系統)以解決優化問題
- 設計高效的元啟發式方法以解決多目標優化問題
- 設計混合、平行和分散的元啟發式方法
- 在序列和平行機器上實現元啟發式方法
本書使用許多案例研究,並獨立處理設計和實現,為讀者提供快速且高效解決大規模優化問題所需的技能。它是實務工程師和來自不同領域的研究人員的寶貴參考,這些領域涉及優化或機器學習;以及計算機科學、運籌學、控制、工程、商業與管理及應用數學的研究生。

 
 
     
     
     
     
     
     
     
     
     
     
    