Fundamentals of Computational Swarm Intelligence
Home > Computing and Information Technology > Computer science > Artificial intelligence > Fundamentals of Computational Swarm Intelligence
Fundamentals of Computational Swarm Intelligence

Fundamentals of Computational Swarm Intelligence

|
     0     
5
4
3
2
1




International Edition


About the Book

Fundamentals of Computational Swarm Intelligence provides a comprehensive introduction to the new computational paradigm of Swarm Intelligence (SI), a field that emerged from biological research, and is now picking up momentum within the computational research community. Bio-inspired systems are becoming increasingly important research areas for computer scientists, engineers, economists, bioinformaticians, operational researchers, and many other disciplines. This book introduces the reader to the mathematical models of social insects collective behaviour, and shows how they can be used in solving optimization problems. Focusing on the algorithmic implementation of models of swarm behavior, this book: Examines how social network structures are used to exchange information among individuals, and how the aggregate behaviour of these individuals forms a powerful organism. Introduces a compact summary of the formal theory of optimisation. Outlines paradigms with relations to SI, including genetic algorithms, evolutionary programming, evolutionary strategies, cultural algorithms and co-evolution. Looks at the choreographic movements of birds in a flock as a basis for the Particle Swarm Optimization (PSO) models, and provides an extensive treatment of different classes of PSO models. Shows how the behaviour of ants can be used to implement Ant Colony Optimization (ACO) algorithms to solve real-world problems including routing optimization, structure optimization, data mining and data clustering. Considers different classes of optimization problems, including multi-objective optimization, dynamic environments, discrete and continuous search spaces, constrained optimization, and niching. Includes an accompanying website containing Java classes and implementations of the different algorithms that can be used to test PSO and ACO algorithms: http://si.cs.up.ac.za The interdisciplinary nature of this field will make Fundamentals of Computational Swarm Intelligence an essential resource for readers with diverse backgrounds.  In addition, it will be an excellent reference for computer scientists, practitioners in business or industry and researchers involved in the analysis, design and simulation of multibody systems.  Advanced undergraduates and graduate students in artificial intelligence, collective intelligence and engineering will also find this book an invaluable tool.

Table of Contents:
List of Tables. List of Figures. List of Algorithms. Preface. 1. Introduction. PART I: OPTIMIZATION THEORY. 2. Optimization Problems and Methods. 2.1 Basic ingredients of optimization problems. 2.2 Optimization problem classifications. 2.3 Optimality conditions. 2.4 Optimization method classes. 2.5 General conditions for convergence. 2.6 Summary. 3. Unconstrained Optimization. 3.1 Problem definition. 3.2 Optimization algorithms. 3.3 Example benchmark problems. 3.4 Summary. 4. Constrained Optimization. 4.1 Definition. 4.2 Constraint handling methods. 4.3 Example benchmark problems. 4.4 Summary. 5. Multi-solution Problems. 5.1 Definition. 5.2 Niching algorithm categories. 5.3 Example benchmark problems. 5.4 Summary. 6. Multi-objective Optimization. 6.1 Multi-objective problem. 6.2 Pareto-optimality. 6.3 Summary. 7. Dynamic Optimization Problems. 7.1 Definition. 7.2 Dynamic environment types. 7.3 Example benchmark problems. 7.4 Summary. PART II: EVOLUTIONARY COMPUTATION. 8. Introduction to Evolutionary Computation. 8.1 General evolutionary algorithm. 8.2 Representation. 8.3 Initial population. 8.4 Fitness function. 8.5 Selection. 8.6 Reproduction operators. 8.7 Evolutionary computation versus classical optimization. 8.8 Summary. 9. Evolutionary Computation Paradigms. 9.1 Genetic algorithms. 9.2 Genetic programming. 9.3 Evolutionary programming. 9.4 Evolution strategies. 9.5 Differential evolution. 9.6 Cultural algorithms. 9.7 Summary. 10. Coevolution. 10.1 Competitive coevolution. 10.2 Cooperative coevolution. 10.3 Summary. PART III: PARTICLE SWARM OPTIMIZATION. 11. Introduction. 12. Basic Swarm Optimization. 12.1 Full PSO model. 12.2 Social network structures. 12.3 Basic variations. 12.4 Basic PSO parameters. 12.5 Performance measures. 12.6 PSO versus EC. 12.7 Summary. 13. Particle Trajectories. 13.1 Convergence. 13.2 Surfing the waves. 13.3 Swarm equilibrium. 13.4 Constricted trajectories. 13.5 Unconstricted trajectories. 13.6 Parameter selection heuristics. 13.7 Summary. 14. Convergence Proofs. 14.1 Convergence proof for basic PSO. 14.2 PSO with guaranteed local convergence. 14.3 Global convergence of PSO. 14.4 Summary. 15. Single-Solution Particle Swarm Optimization. 15.1 Social based PSO algorithms. 15.2 Hybrid algorithms. 15.3 Sub-swarm-based PSO. 15.4 Memetic PSO algorithms. 15.5 Multi-start PSO algorithms. 15.6 Repelling methods. 15.7 Summary. 16. Niching with Particle Swarm Optimization. 16.1 Niching capability of basic PSO. 16.2 Sequential PSO niching. 16.3 Parallel PSO niching. 16.4 Quasi-sequential niching. 16.5 Performance measures. 16.6 Summary. 17. Constrained Optimization Using Particle Swarm Optimization. 17.1 Reject infeasible solutions. 17.2 Penalty function methods. 17.3 Convert to unconstrained problems. 17.4 Repair methods. 17.5 Preserving feasibility methods. 17.6 Pareto ranking methods. 17.7 Boundary constraints. 17.8 Applications. 17.9 Summary. 18. Multi-Objective Optimization with Particle Swarms. 18.1 Objectives of MOO. 18.2 Basic PSO versus MOO. 18.3 Aggregation-based methods. 18.4 Criterion-based methods. 18.5 Dominance-based methods. 18.6 Performance measures. 18.7 Summary. 19. Dynamic Environments with Particle Swarm Optimization. 19.1 Consequences for PSO. 19.2 PSO solutions for dynamic environments. 19.3 Performance measurement in dynamic environments. 19.4 Applications of PSO to dynamic problems. 19.5 Summary. 20. Discrete Particle Swarm Optimization. 20.1 Binary PSO. 20.2 General Discrete PSO. 20.3 Example applications. 20.4 Design of combinational circuits. 20.5 Summary. 21. Particle Swarm Optimization Applications. 21.1 Neural networks. 21.2 Game learning. 21.3 Clustering applications. 21.4 Design applications. 21.5 Scheduling and planning applications. 21.6 Controllers applications. 21.7 Applied mathematics. 21.8 Applications in power systems. 21.9 Miscellaneous applications. 21.10 Summary. PART VI: ANT ALGORITHMS. 22. Introduction. 23. Ant Colony Optimization Meta-Heuristic. 23.1 Foraging behaviour of ants. 23.2 Simple ant colony optimization. 23.3 Early ant algorithms. 23.4 Parameter settings. 23.5 Summary. 24. General Frameworks for Ant Colony Optimization Algorithms. 24.1 ACO algorithms characteristics. 24.2 Generic frameworks. 24.3 Summary. 25. Ant Colony Optimization Algorithms. 25.1 Single colony ACO algorithms. 25.2 Continuous ACO. 25.3 Multiple colony algorithms. 25.4 Hybrid ACO algorithms. 25.5 Multi-objective optimization. 25.6 Dynamic optimization problems. 25.7 Parallel ACO algorithms. 25.8 Summary. 26. Ant Colony Optimization Applications. 26.1 General requirements. 26.2 Ordering problems. 26.3 Assignment problems. 26.4 Subset problems. 26.5 Grouping problems. 26.6 Summary. 27. Collective Decision-Making. 27.1 Stigmergy. 27.2 Artificial Pheromone. 27.3 Heterarchy. 27.4 Summary. 28. Ant Colony Optimization Convergence. 28.1 Convergence proofs and characteristics. 28.2 Convergence measures. 28.3 Summary. 29. Cemetery Organisation and Brood Care. 29.1 Basic ant colony clustering model. 29.2 Generalized ant colony clustering model. 29.3 Minimal model for ant clustering. 29.4 Ant clustering ensemble. 29.5 Hybrid clustering approaches. 29.6 Ant clustering applications. 29.7 Summary. 30. Division of Labor. 30.1 Division of labor in insect colonies. 30.2 Task allocation based on response thresholds. 30.3 Adaptive task allocation and specialization. 30.4 Summary. 31. Final Remarks. References. Further Reading. Appendix A: Acronyms. Appendix B: Symbols. B.1 Part I - Optimization Theory. B.2 Part II - Evolutionary Computation. B.3 Part III - Particle Swarm Optimization. B.4 Part IV - Ant Algorithms. Index.


Best Sellers


Product Details
  • ISBN-13: 9780470091913
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 253 mm
  • No of Pages: 640
  • Returnable: N
  • Weight: 1276 gr
  • ISBN-10: 0470091916
  • Publisher Date: 04 Nov 2005
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 40 mm
  • Width: 177 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Fundamentals of Computational Swarm Intelligence
John Wiley & Sons Inc -
Fundamentals of Computational Swarm Intelligence
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Fundamentals of Computational Swarm Intelligence

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!