allantargino / GeneticLib

Genetic Algorithms python module.
0 stars 0 forks source link

Using scipy's genetic algorithm for curve fitting #1

Closed zunzun closed 7 years ago

zunzun commented 7 years ago

I have used scipy's Differential Evolution genetic algorithm to find initial parameters for fitting a double Lorentzian peak equation to Raman spectroscopy data. I found that the results were excellent, and see from your GitHub project that you might find my project to be interesting.

The GitHub project, with a test spectroscopy data file, is:

https://github.com/zunzun/RamanSpectroscopyFit

If you have any questions, let me know and I will be glad to help.

James Phillips

allantargino commented 7 years ago

Hi James, thanks for the recommendation. We are going to implement a generic library to handle genetic algorithms problems, like the one you have solved. Thanks again.