Book description
Genetic Algorithms in Java Basics is a brief introduction to solving problems using genetic algorithms, with working projects and solutions written in the Java programming language. This brief book will guide you step-by-step through various implementations of genetic algorithms and some of their common applications, with the aim to give you a practical understanding allowing you to solve your own unique, individual problems. After reading this book you will be comfortable with the language specific issues and concepts involved with genetic algorithms and you'll have everything you need to start building your own.
Genetic algorithms are frequently used to solve highly complex real world problems and with this book you too can harness their problem solving capabilities. Understanding how to utilize and implement genetic algorithms is an essential tool in any respected software developers toolkit. So step into this intriguing topic and learn how you too can improve your software with genetic algorithms, and see real Java code at work which you can develop further for your own projects and research.
Table of contents
- Cover
- Title
- Copyright
- Contents at a Glance
- Contents
- About the Authors
- About the Technical Reviewers
- Preface
- Chapter 1: Introduction
- Chapter 2:Implementation of a Basic Genetic Algorithm
- Chapter 3: Robotic Controllers
- Chapter 4: Traveling Salesman
- Chapter 5: Class Scheduling
- Chapter 6: Optimization
- Index
Product information
- Title: Genetic Algorithms in Java Basics
- Author(s):
- Release date: November 2015
- Publisher(s): Apress
- ISBN: 9781484203286
You might also like
book
Algorithms in Java, Third Edition, Part 5: Graph Algorithms
Once again, Robert Sedgewick provides a current and comprehensive introduction to important algorithms. The focus this …
book
Data Structures and Algorithms Using Java
With an accessible writing style and manageable amount of content, Data Structures and Algorithms Using Java …
book
Algorithms in Java, Third Edition, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching
Sedgewick has a real gift for explaining concepts in a way that makes them easy to …
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 …