Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 413 Bytes

Genetic Algorithm

Genetic algorithm in python for pattern recognition course

Overview of process

Class - DataSet (C8, M, T, R) Initialization: Load all the files for the given data set in a dictionary of numpy arrays Clean the info?

Class - Genetic Algorithm Initialization

Takes a given dataset, runs the algorithm?

pop.py is an ipython initialization script