Skip to content

dmpro-ytelse/continuous-ga-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Continuous GA-Test

This repository contains a continuous GA implementation and a generational (traditional) GA implementation, both written in python.

The purpose of this repository is to see of continuous GA is good enough (or better?) to be used as a drop-in replacement for generational GA. The outcome of these tests will be used for decision making in the FPGA design process.

Generational GA

Generational (traditional) GA is the classic GA algorithm which focuses on manipulating generations in concrete steps.

Continuous GA

Continuous GA does not have a concept of generations, but rather continously performs GA operations on a single population.

Interesting paper that mentions generational GA / continuous GA

VLSI Hardware Design for Genetic Algorithms and Its Parallel and Distributed Extensions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages