Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 302 Bytes

curvefit

Small curve fitting library based on genetic algorithm (Self Organizing Migrating Algorithm)

Data to fit is read from a .csv file, curve formula is either given as a text string or C function. Have a look at main.c examples.

Requires muparser for the parsing of mathematical expressions.