Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 569 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 569 Bytes

Simple implementation of a genetic algorithm to solve a linear regression problem.


This presents a creative way of doing linear regression using a genetic algorithm to find the coefficients. An explanation of the code and the concepts behind it can be found at:

Medium Blog