Skip to content

An instantiation of genetic algorithms solving curve fitting problem

Notifications You must be signed in to change notification settings

ALotov2000/curve-fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Curve Fitting: Implemented by a Genetic Algorithm

This repository contains a solution to the Curve Fitting Problem that is finding a close polynomial representation like $p(x)$ for a given sample of points like $(x_i, y_i)$ so that in the perfect scenario, $p(x_i)=y_i$ for all $i\in {1,2,\dots,n}$.
At its core, this program had an educational purpose as it was one of my first computer assignment in the course Artificial Intelligence at the University of Tehran.

About

An instantiation of genetic algorithms solving curve fitting problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published