Search Books

Implementation of Genetic Algorithms in FPGA-based Systems: Approaches in a high-level language

Author Nahid Alam
Publisher VDM Verlag Dr. Müller
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
73.00 USD
🛒 Buy New on Amazon 🇺🇸

✓ Usually ships in 24 hours

Share:
Book Details
Author(s)Nahid Alam
ISBN / ASIN3639209958
ISBN-139783639209952
AvailabilityUsually ships in 24 hours
Sales Rank13,015,517
MarketplaceUnited States 🇺🇸

Description

Genetic Algorithms (GAs) are used to solve many optimization problems in science and engineering. GA is a heuristics approach which relies largely on random numbers to determine the approximate solution of an optimization problem. We use the Mersenne Twister Algorithm (MTA) to generate a non-overlapping sequence of random numbers. The random numbers are generated from a state vector that consists of 624 elements. Our work on state vector generation and the GA implementation targets the solution of a flow-line scheduling problem where the flow-lines have jobs to process and the goal is to find a suitable completion time for all the jobs using a GA. To the best of our knowledge, all the FPGA implementations of GA use HDL. Our approach uses High-Level Language (HLL) to implement a GA in FPGA-based reconfigurable computing system, analyzes the performance and limitations of our design and suggests solution for future improvements.