Closed GWeindel closed 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)
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) '''