Line of Best Fit icon Line of Best Fit
University Projects #Mathematics#Data Science#Algorithms
NOTE

Click this link to view the full write-up.

Overview#

An alternative approach to finding the line of best fit using genetic algorithm optimization instead of analytical methods. Demonstrates how evolutionary algorithms can solve optimization problems and compares results to traditional least squares.

Key Concepts#

  • Used a genetic algorithm to find a line of best fit
  • Compared evolutionary vs mathematical approaches
  • Visualized evolutionary progress

Technologies#

R, Genetic Algorithms, Optimization, Evolutionary Computation, Regression

← Back to Projects