fpcorcoran / PyCESat2

PyCESAT2 Python Library for reading, processing, and visualizing ATL03 data from NASA's ICESat-2 ATLAS space borne LiDAR
MIT License
10 stars 4 forks source link

Curve Fitting Parameter Optimization #10

Closed fpcorcoran closed 4 years ago

fpcorcoran commented 4 years ago

Need to find a way to improve the curve fitting so that parameters don't need to be selected so painstakingly.

fpcorcoran commented 4 years ago

Genetic Algorithm (differential evolution) added to select curve parameters. Eliminates user input, appears to generate better fit. More tests needed but initial results are promising.

fpcorcoran commented 4 years ago

Genetic algorithm works. Resolved