Skip to content

Genetic algorithm used to evolve a rule induction system to classify data

Notifications You must be signed in to change notification settings

bkneis/EvolutionaryRuleInduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rule induction system for binary classification

This project demonstrates a rule induction system classifying binary data in the form of binary and floating point values. Using a genetic algorithm it evolves a set of rules to discover the underlying data structure

How to build locally

mkdir build && cd build cmake .. make all ./GeneticAlgorithm