Book description
From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an exotic new language or framework to get started; you can learn about genetic algorithms in a language you're already familiar with. Join us for an in-depth look at the algorithms, techniques, and methods that go into writing a genetic algorithm. From introductory problems to real-world applications, you'll learn the underlying principles of problem solving using genetic algorithms.
Evolutionary algorithms are a unique and often overlooked subset of machine learning and artificial intelligence. Because of this, most of the available resources are outdated or too academic in nature, and none of them are made with Elixir programmers in mind.
Start from the ground up with genetic algorithms in a language you are familiar with. Discover the power of genetic algorithms through simple solutions to challenging problems. Use Elixir features to write genetic algorithms that are concise and idiomatic. Learn the complete life cycle of solving a problem using genetic algorithms. Understand the different techniques and fine-tuning required to solve a wide array of problems. Plan, test, analyze, and visualize your genetic algorithms with real-world applications.
Open your eyes to a unique and powerful field - without having to learn a new language or framework.
What You Need:
You'll need a macOS, Windows, or Linux distribution with an up-to-date Elixir installation.
Publisher resources
Table of contents
- Disclaimer
- Acknowledgments
- Preface
- 1. Writing Your First Genetic Algorithm
- 2. Breaking Down Genetic Algorithms
- 3. Encoding Problems and Solutions
- 4. Evaluating Solutions and Populations
- 5. Selecting the Best
- 6. Generating New Solutions
- 7. Preventing Premature Convergence
- 8. Replacing and Transitioning
- 9. Tracking Genetic Algorithms
- 10. Visualizing the Results
- 11. Optimizing Your Algorithms
- 12. Writing Tests and Code Quality
- 13. Moving Forward
- Bibliography
Product information
- Title: Genetic Algorithms in Elixir
- Author(s):
- Release date: January 2021
- Publisher(s): Pragmatic Bookshelf
- ISBN: 9781680508307
You might also like
book
Hands-On Genetic Algorithms with Python
Explore the ever-growing world of genetic algorithms to solve search, optimization, and AI-related tasks, and improve …
book
Concurrent Data Processing in Elixir
Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing …
book
Metaprogramming Elixir
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language …
book
Elixir in Action, Second Edition
Revised and updated for Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply …