Browse Results

Showing 65,201 through 65,225 of 72,132 results

Swarm Enemy: Book 2 (Swarm Rising #2)

by Tim Peake Steve Cole

Perfect for fans of Alex Rider, Young Bond and Cherub, this fast-paced action-adventure is the second thrilling story from astronaut Tim Peake and bestselling author Steve Cole. The alien Swarm is rising once more... When Danny's best friend Jamila goes missing, and no one remembers she exists, Danny knows the alien Swarm are back on Earth. They've tracked the digital energy signals Jamila has been unintentionally transmitting. Her alien-enhanced DNA can be used to clone super-strong beings with super-powers, and now it's not just the Swarm who are after her. Danny needs to find Jamila - and a new version of Adi, the friendly Swarm scout - and together they must stop both humans and aliens from destroying the human race.'Hi-powered, hi-concept and hi-jinks. Swarm Rising has it all!' Eoin Colfer, author of Artemis Fowl, on Swarm Rising

Swarm Enemy: Book 2 (Swarm Rising #2)

by Tim Peake Steve Cole

Perfect for fans of Alex Rider, Young Bond and Cherub, this fast-paced action-adventure is the second thrilling story from astronaut Tim Peake and bestselling author Steve Cole. The alien Swarm is rising once more... When Danny's best friend Jamila goes missing, and no one remembers she exists, Danny knows the alien Swarm are back on Earth. They've tracked the digital energy signals Jamila has been unintentionally transmitting. Her alien-enhanced DNA can be used to clone super-strong beings with super-powers, and now it's not just the Swarm who are after her. Danny needs to find Jamila - and a new version of Adi, the friendly Swarm scout - and together they must stop both humans and aliens from destroying the human race.'Hi-powered, hi-concept and hi-jinks. Swarm Rising has it all!' Eoin Colfer, author of Artemis Fowl, on Swarm Rising

Swarm Intelligence: Principles, Advances, and Applications

by Aboul Ella Hassanien Eid Emary

Swarm Intelligence: Principles, Advances, and Applications delivers in-depth coverage of bat, artificial fish swarm, firefly, cuckoo search, flower pollination, artificial bee colony, wolf search, and gray wolf optimization algorithms. The book begins with a brief introduction to mathematical optimization, addressing basic concepts related to swarm intelligence, such as randomness, random walks, and chaos theory. The text then: Describes the various swarm intelligence optimization methods, standardizing the variants, hybridizations, and algorithms whenever possible Discusses variants that focus more on binary, discrete, constrained, adaptive, and chaotic versions of the swarm optimizers Depicts real-world applications of the individual optimizers, emphasizing variable selection and fitness function design Details the similarities, differences, weaknesses, and strengths of each swarm optimization method Draws parallels between the operators and searching manners of the different algorithms Swarm Intelligence: Principles, Advances, and Applications presents a comprehensive treatment of modern swarm intelligence optimization methods, complete with illustrative examples and an extendable MATLAB® package for feature selection in wrapper mode applied on different data sets with benchmarking using different evaluation criteria. The book provides beginners with a solid foundation of swarm intelligence fundamentals, and offers experts valuable insight into new directions and hybridizations.

Swarm Intelligence: Foundation, Principles, and Engineering Applications (ISSN)

by Abhishek Sharma Abhinav Sharma Jitendra Kumar Pandey Mangey Ram

Swarm intelligence is one of the fastest growing subfields of artificial intelligence and soft computing. This field includes multiple optimization algorithms to solve NP-hard problems for which conventional methods are not effective. It inspires researchers in engineering sciences to learn theories from nature and incorporate them.Swarm Intelligence: Foundation, Principles, and Engineering Applications provides a comprehensive review of new swarm intelligence techniques and offers practical implementation of Particle Swarm Optimization (PSO) with MATLAB code. The book discusses the statistical analysis of swarm optimization techniques so that researchers can analyse their experiment design. It also includes algorithms in social sectors, oil and gas industries, and recent research findings of new optimization algorithms in the field of engineering describing the implementation in machine learning. This book is written for students of engineering, research scientists, and academicians involved in the engineering sciences.

Swarm Intelligence Algorithms: Modifications and Applications

by Adam Slowik

Nature-based algorithms play an important role among artificial intelligence algorithms. Among them are global optimization algorithms called swarm intelligence algorithms. These algorithms that use the behavior of simple agents and various ways of cooperation between them, are used to solve specific problems that are defined by the so-called objective function. Swarm intelligence algorithms are inspired by the social behavior of various animal species, e.g. ant colonies, bird flocks, bee swarms, schools of fish, etc. The family of these algorithms is very large and additionally includes various types of modifications to enable swarm intelligence algorithms to solve problems dealing with areas other than those for which they were originally developed. This book presents 24 swarm algorithms together with their modifications and practical applications. Each chapter is devoted to one algorithm. It contains a short description along with a pseudo-code showing the various stages of its operation. In addition, each chapter contains a description of selected modifications of the algorithm and shows how it can be used to solve a selected practical problem. This book should also be useful for undergraduate and postgraduate students studying nature-based optimization algorithms, and can be a helpful tool for learning these algorithms, along with their modifications and practical applications. In addition, it can be a useful source of knowledge for scientists working in the field of artificial intelligence, as well as for engineers interested in using this type of algorithms in their work. If the reader wishes to expand his knowledge beyond the basics of swarm intelligence algorithms presented in this book and is interested in more detailed information, we recommend the book "Swarm Intelligence Algorithms: A Tutorial" (Edited by A. Slowik, CRC Press, 2020). It contains a detailed explanation of how each algorithm works, along with relevant program codes in Matlab and the C ++ programming language, as well as numerical examples illustrating step-by-step how individual algorithms work.

Swarm Intelligence Algorithms: A Tutorial

by Adam Slowik

Swarm intelligence algorithms are a form of nature-based optimization algorithms. Their main inspiration is the cooperative behavior of animals within specific communities. This can be described as simple behaviors of individuals along with the mechanisms for sharing knowledge between them, resulting in the complex behavior of the entire community. Examples of such behavior can be found in ant colonies, bee swarms, schools of fish or bird flocks. Swarm intelligence algorithms are used to solve difficult optimization problems for which there are no exact solving methods or the use of such methods is impossible, e.g. due to unacceptable computational time. This book thoroughly presents the basics of 24 algorithms selected from the entire family of swarm intelligence algorithms. Each chapter deals with a different algorithm describing it in detail and showing how it works in the form of a pseudo-code. In addition, the source code is provided for each algorithm in Matlab and in the C ++ programming language. In order to better understand how each swarm intelligence algorithm works, a simple numerical example is included in each chapter, which guides the reader step by step through the individual stages of the algorithm, showing all necessary calculations. This book can provide the basics for understanding how swarm intelligence algorithms work, and aid readers in programming these algorithms on their own to solve various computational problems. This book should also be useful for undergraduate and postgraduate students studying nature-based optimization algorithms, and can be a helpful tool for learning the basics of these algorithms efficiently and quickly. In addition, it can be a useful source of knowledge for scientists working in the field of artificial intelligence, as well as for engineers interested in using this type of algorithms in their work. If the reader already has basic knowledge of swarm intelligence algorithms, we recommend the book: "Swarm Intelligence Algorithms: Modifications and Applications" (Edited by A. Slowik, CRC Press, 2020), which describes selected modifications of these algorithms and presents their practical applications.

Swarm Intelligence Algorithms (Two Volume Set): A Tutorial

by Adam Slowik

Swarm intelligence algorithms are a form of nature-based optimization algorithms. Their main inspiration is the cooperative behavior of animals within specific communities. This can be described as simple behaviors of individuals along with the mechanisms for sharing knowledge between them, resulting in the complex behavior of the entire community. Examples of such behavior can be found in ant colonies, bee swarms, schools of fish or bird flocks. Swarm intelligence algorithms are used to solve difficult optimization problems for which there are no exact solving methods or the use of such methods is impossible, e.g. due to unacceptable computational time. This set comprises two volumes: Swarm Intelligence Algorithms: A Tutorial and Swarm Intelligence Algorithms: Modifications and Applications. The first volume thoroughly presents the basics of 24 algorithms selected from the entire family of swarm intelligence algorithms. It contains a detailed explanation of how each algorithm works, along with relevant program codes in Matlab and the C ++ programming language, as well as numerical examples illustrating step-by-step how individual algorithms work. The second volume describes selected modifications of these algorithms and presents their practical applications. This book presents 24 swarm algorithms together with their modifications and practical applications. Each chapter is devoted to one algorithm. It contains a short description along with a pseudo-code showing the various stages of its operation. In addition, each chapter contains a description of selected modifications of the algorithm and shows how it can be used to solve a selected practical problem.

Swarm Intelligence and Deep Evolution: Evolutionary Approach to Artificial Intelligence

by Hitoshi Iba

The book provides theoretical and practical knowledge about swarm intelligence and evolutionary computation. It describes the emerging trends in deep learning that involve the integration of swarm intelligence and evolutionary computation with deep learning, i.e., deep neuroevolution and deep swarms. The study reviews the research on network structures and hyperparameters in deep learning, and attracting attention as a new trend in AI. A part of the coverage of the book is based on the results of practical examples as well as various real-world applications. The future of AI, based on the ideas of swarm intelligence and evolution is also covered. The book is an introductory work for researchers. Approaches to the realization of AI and the emergence of intelligence are explained, with emphasis on evolution and learning. It is designed for beginners who do not have any knowledge of algorithms or biology, and explains the basics of neural networks and deep learning in an easy-to-understand manner. As a practical exercise in neuroevolution, the book shows how to learn to drive a racing car and a helicopter using MindRender. MindRender is an AI educational software that allows the readers to create and play with VR programs, and provides a variety of examples so that the readers will be able to create and understand AI.

Swarm Intelligence and Evolutionary Algorithms in Healthcare and Drug Development

by Sandeep Kumar Anand Nayyar Anand Paul

Healthcare sector is characterized by difficulty, dynamism and variety. In 21st century, healthcare domain is surrounded by tons of challenges in terms of Disease detection, prevention, high costs, skilled technicians and better infrastructure. In order to handle these challenges, Intelligent Healthcare management technologies are required to play an effective role in improvising patient’s life. Healthcare organizations also need to continuously discover useful and actionable knowledge to gain insight from tons of data for various purposes for saving lives, reducing medical operations errors, enhancing efficiency, reducing costs and making the whole world a healthy world. Applying Swarm Intelligence and Evolutionary Algorithms in Healthcare and Drug Development is essential nowadays. The objective of this book is to highlight various Swarm Intelligence and Evolutionary Algorithms techniques for various medical issues in terms of Cancer Diagnosis, Brain Tumor, Diabetic Retinopathy, Heart disease as well as drug design and development. The book will act as one-stop reference for readers to think and explore Swarm Intelligence and Evolutionary Algorithms seriously for real-time patient diagnosis, as the book provides solutions to various complex diseases found critical for medical practitioners to diagnose in real-world. Key Features: Highlights the importance and applications of Swarm Intelligence and Evolutionary Algorithms in Healthcare industry. Elaborates Swarm Intelligence and Evolutionary Algorithms for Cancer Detection. In-depth coverage of computational methodologies, approaches and techniques based on Swarm Intelligence and Evolutionary Algorithms for detecting Brain Tumour including deep learning to optimize brain tumor diagnosis. Provides a strong foundation for Diabetic Retinopathy detection using Swarm and Evolutionary algorithms. Focuses on applying Swarm Intelligence and Evolutionary Algorithms for Heart Disease detection and diagnosis. Comprehensively covers the role of Swarm Intelligence and Evolutionary Algorithms for Drug Design and Discovery. The book will play a significant role for Researchers, Medical Practitioners, Healthcare Professionals and Industrial Healthcare Research and Development wings to conduct advanced research in Healthcare using Swarm Intelligence and Evolutionary Algorithms techniques.

Swarm Intelligence Applications for the Cities of the Future

by Leonor Marques Mano Domingos Maria José Sousa

This book explores the transformative power of swarm intelligence and digital innovations in shaping the cities of the future. It presents a comprehensive analysis of how social learning, citizen engagement, advanced technology, design, construction, planning and public policies converge to create cities that are sustainable, resilient, and inclusive.The initial chapters stress the importance of collective intelligence in urban development, using technologies like Virtual Reality to increase citizen participation and democratise decision-making. Public policies play a key role in driving the digital transformation needed for greener cities, with frameworks and tools to enhance transparency and accountability. Digital technologies in policymaking ensure that policies are adaptive, data-driven, and responsive to real-time challenges. Internet of Things systems are explored for their role in improving public safety, urban resilience, and energy efficiency through digital twins, blockchain, and sensor networks. Swarm intelligence is highlighted for optimising energy management, reducing consumption, and promoting renewable resources. Healthcare integration into urban planning and sustainability is also discussed, with a comparative analysis of cities showing how tech innovation enhances resilience against climate change. Swarm intelligence beyond cities is also explored, such as for disaster response, healthcare, environmental conservation, and agriculture. Autonomous systems like drones and nanobots are shown to improve efficiency across various sectors.Overall, this book advocates for a holistic approach to urban development, integrating digital technologies and collective intelligence to create cities that are technologically advanced, socially equitable, and environmentally sustainable.

Swarm Optimization for Biomedical Applications

by Saurav Mallik Zhongming Zhao Nanda Dulal Jana Prabhu Jayagopal Tapas Si Sandeep Kumar Mathivanan

Biomedical engineering is a rapidly growing interdisciplinary area that is providing solutions to biological and medical problems and improving the healthcare system. It is connected to various applications like protein structure prediction, computer-aided drug design, and computerized medical diagnosis based on image and signal data, which accomplish low-cost, accurate, and reliable solutions for improving healthcare services. With the recent advancements, machine learning (ML) and deep learning (DL) techniques are widely used in biomedical engineering to develop intelligent decision-making healthcare systems in real-time. However, accuracy and reliability in model performance can be a concern in tackling data generated from medical images and signals, making it challenging for researchers and practitioners. Therefore, optimized models can produce quality healthcare services to handle the complexities involved in biomedical research. Various optimization techniques have been employed to optimize parameters, hyper-parameters, and architectural information of ML/DL models explicitly applied to biological, medical, and signal data. The swarm intelligence approach has the potential to solve complex non-linear optimization problems. It mimics the collective behavior of social swarms such as ant colonies, honey bees, and bird flocks. The cooperative nature of swarms can search global settings of ML/DL models, which efficiently provide the solution to biomedical engineering applications. Finally, the book aims to provide the utility of swarm optimization and similar optimization techniques to design ML/DL models to improve the solutions related to biomedical engineering.

Swarm Rising (Swarm Rising #1)

by Tim Peake Steve Cole

For fans of Alex Rider, Young Bond and Cherub, this exciting action-adventure is the first children's book by astronaut Tim Peake and bestselling author Steve Cole, and it's based on space-age science and technology.When Danny is kidnapped by Adi - who can run through brick walls and make cars drive on water - he realises that all humans are in danger. Adi is part of a super-advanced hive mind, the Swarm, which intends to protect the Earth from the environmental catastrophe caused by the human race. Adi - Alien Digital Intelligence in the form of a girl - can bend the laws of physics and control digital data, but as a digital being she wants to know what it's like to be human. Which is where Danny comes in.But what exactly is the 'help' the secretive Swarm is offering? Can Danny and his friend Jamila help Adi stop the Swarm Agents and give humanity a second chance?

Swarm Rising: Book 1 (Swarm Rising #1)

by Tim Peake Steve Cole

From astronaut Tim Peake and bestselling author Steve Cole: exciting action-adventure rooted in cutting-edge space-age science and technology.When Danny is kidnapped by Adi - who can run through brick walls and make cars drive on water - he realises that all humans are in danger. Adi is part of a super-advanced hive mind, the Swarm, which intends to protect the Earth from the environmental catastrophe caused by the human race. Adi - Alien Digital Intelligence in the form of a girl - can bend the laws of physics and control digital data, but as a digital being she wants to know what it's like to be human. Which is where Danny comes in.But what exactly is the 'help' the secretive Swarm is offering? Can Danny and his friend Jamila help Adi stop the Swarm Agents and give humanity a second chance?This audiobook also contains an exclusive interview with Tim Peake and Steve Cole where they discuss their inspirations for writing this book covering everything from important environmental issues, exciting tech and superpowers! (P)2021 Hodder & Stoughton Limited

Swarm Robotics: A Formal Approach

by Heiko Hamann

This book provides an introduction to Swarm Robotics, which is the application of methods from swarm intelligence to robotics. It goes on to present methods that allow readers to understand how to design large-scale robot systems by going through many example scenarios on topics such as aggregation, coordinated motion (flocking), task allocation, self-assembly, collective construction, and environmental monitoring. The author explains the methodology behind building multiple, simple robots and how the complexity emerges from the multiple interactions between these robots such that they are able to solve difficult tasks. The book can be used as a short textbook for specialized courses or as an introduction to Swarm Robotics for graduate students, researchers, and professionals who want a concise introduction to the field.

The Swedish Nuclear Dilemma: Energy and the Environment

by William D. Nordhaus

Renowned economist William Nordhaus has developed many innovative approaches for analyzing complex environmental questions. He applies them to the possible phaseout of nuclear power in Sweden in The Swedish Nuclear Dilemma: Energy and the Environment. While making a major contribution to that debate, this book has value that extends well beyond the Swedish issue, to the careful and well-informed consideration of environmental and energy questions that industrialized nations and developing regions now face. It is essential for anyone interested in nuclear-power issues and climate change. The Swedish parliament has moved closer to eliminating nuclear energy, even while repeating commitments to reduce the greenhouse-gas emissions associated with fossil fuels. Nordhaus's Swedish Energy and Environmental Policy (SEEP) model quantifies the economic results of such a path. He analyzes the impact of factors such as deregulation of electricity generation, global climate-change policies, the decline of Sweden's economic growth, and the rethinking of its welfare state. He also sets the stage for more informed analysis of similarly difficult issues where economic and environmental goals clash.

Sweet!

by Mani Niall

A delectable, first-of-its-kind guide to cooking and baking with every kind of natural sugar and sweetener, from agave to turbinado and dozens in between.

Sweet Dreams

by Tricia Sullivan

Tricia Sullivan returns to the genre with a page-turning, surreal high-concept science fiction that will define the conversation within the genre for years to come. Charlie is a dreamhacker, able to enter your dreams and mold their direction. Forget that recurring nightmare about being naked in an exam--Charlie will step into your dream, bring you a dressing gown and give you the answers. In London 2022 her skills are in demand, though they still only just pay the bills.Hired by a celebrity whose nights are haunted by a masked figure who stalks her through a bewildering and sinister landscape, Charlie hopes her star is on the rise. Then her client sleepwalks straight off a tall building, and Charlie starts to realize that these horrors are not all just a dream...

Sweet Heart

by Peter James

'This book inflicts more shocks than an electric fence.' Daily MailCharley has a strange feeling when she sees the idyllic mill house with its cluster of outbuildings, the lake and the swirling mill stream; a powerful sense of recognition, as if she has been there before. Except she knows she hasn't.After Charley and her husband Tom move into Elmwood Mill, sinister memories of a previous existence start to haunt her. Despite both their attempts to dismiss everything with rational explanations, the feeling turns to certainty as the memories become increasingly vivid and terrifying.Charley is persuaded to undergo hypnosis - but in searching deep into her past, she will soon fear her future.'James has been compared with Stephen King, but in many ways he's better.' Daily Express'Peter James is getting better with every book.' Times

Sweet Potato Products: A Natural Resource for the Tropics

by John C. Bouwkamp

It has been the goal in this volume to summarize the current level of understanding in a number of areas relating to sweet potato production and utilization. To accomplish this, a group of authors, each with broad experience in the selected areas, was assembled. It is hoped that this volume will be useful as a beginning point- a foundation for further research efforts.

Sweet, Reinforced and Fortified Wines

by Pietro Tonutti Fabio Mencarelli

Wines from Grape Dehydration is the first of its kind in the field of grape dehydration - the controlled drying process which produces a special group of wines. These types of wine are the most ancient, made in the Mediterranean basin, and are even described in Herodotus. Until few years ago, it was thought that these wines - such as Pedro Ximenez, Tokai, Passito, and Vin Santo - were the result of simple grape drying, because the grapes were left in the sun, or inside greenhouses that had no controls over temperature, relative humidity or ventilation. But Amarone wine, one of the most prized wines in the world, is the first wine in which the drying is a controlled process. This controlled process - grape dehydration - changes the grape at the biochemical level, and involves specialist vine management, postharvest technology and production processes, which are different from the typical wine-making procedure.After a history of grape dehydration, the book is then divided into two sections; scientific and technical. The scientific section approaches the subjects of vineyard management and dehydration technology and how they affect the biochemistry and the quality compounds of grape; as well as vinification practices to preserve primary volatiles compounds and colour of grape. The technical section is devoted to four main classes of wine: Amarone, Passito, Pedro Ximenez, and Tokai. The book then covers sweet wines not made by grape dehydration, and the analytical/sensorial characteristics of the wines. A concluding final chapter addresses the market for these special wines. This book is intended for wineries and wine makers, wine operators, postharvest specialists, vineyard managers/growers, enology/wine students, agriculture/viticulture faculties and course leaders and food processing scientists

Sweeteners: Nutritional Aspects, Applications, and Production Technology

by Theodoros Varzakas Athanasios Labropoulos Stylianos Anestis

Sweeteners: Nutritional Aspects, Applications, and Production Technology explores all essential aspects of sugar-based, natural non-sugar-based, and artificial sweeteners. The book begins with an overview presenting general effects, safety, and nutrition. Next, the contributors discuss sweeteners from a wide range of scientific and lifestyle perspe

Sweeteners and Sugar Alternatives in Food Technology

by Kay O’Donnell Malcolm W. Kearsley

This book provides a comprehensive and accessible source of information on all types of sweeteners and functional ingredients, enabling manufacturers to produce low sugar versions of all types of foods that not only taste and perform as well as sugar-based products, but also offer consumer benefits such as calorie reduction, dental health benefits, digestive health benefits and improvements in long term disease risk through strategies such as dietary glycaemic control. Now in a revised and updated new edition which contains seven new chapters, part I of this volume addresses relevant digestive and dental health issues as well as nutritional considerations. Part II covers non-nutritive, high-potency sweeteners and, in addition to established sweeteners, includes information to meet the growing interest in naturally occurring sweeteners. Part III deals with the bulk sweeteners which have now been used in foods for over 20 years and are well established both in food products and in the minds of consumers. In addition to the "traditional" polyol bulk sweeteners, newer products such as isomaltulose are discussed. These are seen to offer many of the advantages of polyols (for example regarding dental heath and low glycaemic response) without the laxative side effects if consumed in large quantity. Part IV provides information on the sweeteners which do not fit into the above groups but which nevertheless may offer interesting sweetening opportunities to the product developer. Finally, Part V examines bulking agents and multifunctional ingredients which can be beneficially used in combination with all types of sweeteners and sugars.

The Sweetpotato Genome (Compendium of Plant Genomes)

by G. Craig Yencho Bode A. Olukolu Sachiko Isobe

This open access book is a compilation of advances in sweetpotato genomics, which have been used to improve our understanding of the evolution of sweetpotato, increase our knowledge of crop growth and development, and provided critical information required for genomic-assisted breeding in sweetpotato. Sweetpotato is a critical food staple for millions of people in the developing world that has long been considered an under-resourced, orphan crop. However, this perception is changing, and significantly, more resources have been devoted to the improvement of sweetpotato in both the private and public sectors around the world during the last decade. Its twelve chapters review the changing food security and commercial food product landscape of sweetpotato in the developed and developing world, global wild and cultivated genome sequencing efforts in sweetpotato, the evolution of molecular markers and the development of novel polyploid linkage mapping, quantitative trait loci and genomic selection strategies required for gene discovery in this complex crop, and the use of these new tool in sweetpotato crop improvement programs around the globe. This book is useful to students, teachers, and scientists in universities, research institutes, and private companies.

Swelling Concrete in Dams and Hydraulic Structures: DSC 2017

by Alain Sellier Eric Bourdarot Stéphane Multon Étienne Grimal

The swelling of concrete is a major concern for the owners and operators of dams and hydraulic structures. Faced with irreversible movement of their dams or with observations of cracking processes, operators need to explain the phenomena observed in order to justify safety conditions and in some cases to plan remedial works. Over the last 20 years, active research has been carried out in the field, resulting in practical results in phenomena interpretation and dam modeling. At the same time, an increasing number of affected dams have undergone safety re-evaluations and in some cases remedial work. Several of them have been removed altogether. Although it remains difficult to establish a “state of the art” in this domain due to the rapidly changing context, regular international exchanges in the field appear fruitful and necessary. Following on from previous conferences in the field organized by Robin Charlwood, former President of the ICOLD Concrete Committee, the initiative was taken by EDF and Toulouse University-LMDC to organize a workshop to provide a new opportunity for sharing experience. The aim of this workshop is to assemble active researchers, leading engineers, and experts from the practicing community and administration interested directly or indirectly in concrete swelling effects in dams and hydraulic structures. All types of chemical expansion phenomena, including those due to alkali aggregate reactions and those due to ettringite formation, are addressed. These proceedings include 24 papers written by experts renowned in their field, illustrating the need to progress with interdisciplinary approaches.

Swift Analysis of Civil Engineering Structures Using Graph Theory Methods (Studies in Systems, Decision and Control #290)

by Ali Kaveh Hossein Rahami Iman Shojaei

This book proposes and validates a number of methods and shortcuts for frugal engineers, which will allow them to significantly reduce the computational costs for analysis and reanalysis and, as a result, for structural design processes. The need for accuracy and speed in analyzing structural systems with ever-tighter design tolerances and larger numbers of elements has been relentlessly driving forward research into methods that are capable of analyzing structures at a reasonable computational cost. The methods presented are of particular value in situations where the analysis needs to be repeated hundreds or even thousands of times, as is the case with the optimal design of structures using different metaheuristic algorithms. Featuring methods that are not only applicable to skeletal structures, but by extension also to continuum models, this book will appeal to researchers and engineers involved in the computer-aided analysis and design of structures, and to software developers in this field. It also serves as a complement to previous books on the optimal analysis of large-scale structures utilizing concepts of symmetry and regularity. Further, its novel application of graph-theoretical methods is of interest to mathematicians.

Refine Search

Showing 65,201 through 65,225 of 72,132 results