GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Changing gamma initial parameters doesn't create a difference and magnitudes barely #1

Closed GWeindel closed 2 years ago

GWeindel commented 2 years ago

Would expect that sub-optimal solution might be found in some case but nothing. Might be indicative of a bug

''' iterative_estimates = init.fit_iterative(2) init.fit_iterative(2,parameters=iterative_estimates.parameters.values, magnitudes=iterative_estimates.magnitudes.values) '''

GWeindel commented 2 years ago

Reopening as still present, needs further checks :

iterative_estimates = init.fit_iterative(2)
print(iterative_estimates)
init.fit_iterative(2,parameters=iterative_estimates.parameters.values, magnitudes=iterative_estimates.magnitudes.values)