isadoranun / FATS

MIT License
75 stars 40 forks source link

Changed optimization method to Powell for calculate_CAR #10

Closed juramaga closed 6 years ago

juramaga commented 6 years ago

I have found that the nelder-mead optimization does not behave well to find the CAR parameters. For a significant number of light curves, it gives a CAR_sigma very close to zero that is not realistic. The issue seems to be fixed if you use the Powell optimization method in scipy instead. This pull request only changes the optimization method in FeatureFunctionLib.py.