Modelling, Simulation and Control of Non-linear Dynamical Systems


Book Description

These authors use soft computing techniques and fractal theory in this new approach to mathematical modeling, simulation and control of complexion-linear dynamical systems. First, a new fuzzy-fractal approach to automated mathematical modeling of non-linear dynamical systems is presented. It is illustrated with examples on the PROLOG programming la







Intelligent Optimisation Techniques


Book Description

This work gives a concise introduction to four important optimization techniques, presenting a range of applications drawn from electrical, manufacturing, mechanical, and systems engineering-such as the design of microstrip antennas, digital FIR filters, and fuzzy logic controllers. The book also contains the C programs used to implement the main techniques for those wishing to experiment with them.




Genetic Algorithms and Machine Learning for Programmers


Book Description

Self-driving cars, natural language recognition, and online recommendation engines are all possible thanks to Machine Learning. Now you can create your own genetic algorithms, nature-inspired swarms, Monte Carlo simulations, cellular automata, and clusters. Learn how to test your ML code and dive into even more advanced topics. If you are a beginner-to-intermediate programmer keen to understand machine learning, this book is for you. Discover machine learning algorithms using a handful of self-contained recipes. Build a repertoire of algorithms, discovering terms and approaches that apply generally. Bake intelligence into your algorithms, guiding them to discover good solutions to problems. In this book, you will: Use heuristics and design fitness functions. Build genetic algorithms. Make nature-inspired swarms with ants, bees and particles. Create Monte Carlo simulations. Investigate cellular automata. Find minima and maxima, using hill climbing and simulated annealing. Try selection methods, including tournament and roulette wheels. Learn about heuristics, fitness functions, metrics, and clusters. Test your code and get inspired to try new problems. Work through scenarios to code your way out of a paper bag; an important skill for any competent programmer. See how the algorithms explore and learn by creating visualizations of each problem. Get inspired to design your own machine learning projects and become familiar with the jargon. What You Need: Code in C++ (>= C++11), Python (2.x or 3.x) and JavaScript (using the HTML5 canvas). Also uses matplotlib and some open source libraries, including SFML, Catch and Cosmic-Ray. These plotting and testing libraries are not required but their use will give you a fuller experience. Armed with just a text editor and compiler/interpreter for your language of choice you can still code along from the general algorithm descriptions.




Intelligent Optimisation Techniques


Book Description

This work gives a concise introduction to four important optimization techniques, presenting a range of applications drawn from electrical, manufacturing, mechanical, and systems engineering-such as the design of microstrip antennas, digital FIR filters, and fuzzy logic controllers. The book also contains the C programs used to implement the main techniques for those wishing to experiment with them.




Transport Systems Telematics


Book Description

The idea of telematics appeared more than a decade ago and it is possible to define it, in a general and simple way, as a communication system for collecting, processing and distributing information. The transport services market is definitely the most important area for telematic applications. Transport-telematics issues constitute a field of knowledge of transport that integrates information technology and telecommunications in applications for managing and controlling traffic in transport systems, stimulating technical and organizational activities that ensure improved effectiveness and safe operation of such systems. Integrated and cooperating telematic applications constitute intelligent transport systems. The basis of such systems is to efficiently collect and process information and to manage its flow within the system. This enables supplying information from almost all areas of transport activities in real time. Intelligent transport––supported by a number of integrated telecommunications, IT measurement and control engineering solutions, and by appropriate tools and software––comprises telematic applications. They have an extensive range of use in many areas of transport, allowing the integration of the means and types of transport, including its infrastructure, business organization and management processes. This monograph is a collection of selected papers presented at the jubilee transport telematics conference, TST 2010, and is the result of the work of many scientists associated with this area of knowledge and who had spent years with the conference.







Global Optimization Methods in Geophysical Inversion


Book Description

An up-to-date overview of global optimization methods used to formulate and interpret geophysical observations, for researchers, graduate students and professionals.




Practical Genetic Algorithms


Book Description

* This book deals with the fundamentals of genetic algorithms and their applications in a variety of different areas of engineering and science * Most significant update to the second edition is the MATLAB codes that accompany the text * Provides a thorough discussion of hybrid genetic algorithms * Features more examples than first edition




A Comparison of Simulated Annealing and Genetic Algorithms for the Genome Mapping Problems


Book Description

The data used for the construction of genome maps is imperfect, therefore the mapping of a physically linear structure must take place in a very uneven feature space. As the number of genes to be ordered grows, it appears to be impractical to use exhaustive search techniques to find the optimal mapping. In this paper we compare genetic algorithms and simulated annealing, two methods that are widely believed to be well-suited to non-smooth feature spaces, and find that the genetic algorithm approach yields superior results. Here we present performance profiles of comparable implementations of both genetic algorithms and simulated annealing. We have translated the problem to a form comparable to the shortest-path problem and found that the ability of a genetic algorithm to combine different partial solutions seems to be responsible for its superiority over the simulated annealing method. This is because in the genome mapping problem, as in the Traveling Salesman Problem, good solutions tend to be rather sparse and because optimal subtours tend to be components of nearly optimal tours.