Skip to content

Used MapReduce paradigm to use genetic algorithm for generating an expression which will represent a target chromosome.

Notifications You must be signed in to change notification settings

manasiladdha/GeneticAlgorithmUsingMapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeneticAlgoritmUsingMapReduce

The genetic algorithm program was designed to generate an expression which will represent a target number. Each digit and operator in the expression is represented in 4-bits and the series of bits form a chromosome. The program randomly generates an expression and performs the genetic transformations i.e. selection, crossover and mutation, to produce a chromosome with good fitness score. The solution chromosome is a valid chromosome where number is followed by an operator and the fitness score is 1, i.e. it the equivalent to the target number.

About

Used MapReduce paradigm to use genetic algorithm for generating an expression which will represent a target chromosome.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages