Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Genetic Algorithms in Java Basics

Posted By: Grev27
Genetic Algorithms in Java Basics

Lee Jacobson, Burak Kanber, "Genetic Algorithms in Java Basics"
English | ISBN: 1484203291 | 2015 | EPUB/PDF | 154 pages | 0,8 MB/2 MB

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.

Guides you through the theory behind genetic algorithms
Explains how genetic algorithms can be used for software developers trying to solve a range of problems
Provides a step-by-step guide to implementing genetic algorithms in Java