Update localization_log_gamma_model.py
This commit is contained in:
parent
678e30c891
commit
9b175fa506
|
|
@ -40,7 +40,7 @@ def fittingSingle(filepath, args):
|
||||||
best_tx_pwr = None
|
best_tx_pwr = None
|
||||||
best_env_gamma = None
|
best_env_gamma = None
|
||||||
best_rsses = None
|
best_rsses = None
|
||||||
for i in range(100):
|
for i in range(1000):
|
||||||
result = modelfit_log_gamma(
|
result = modelfit_log_gamma(
|
||||||
rx_locs,
|
rx_locs,
|
||||||
rx_rsses,
|
rx_rsses,
|
||||||
|
|
@ -48,7 +48,7 @@ def fittingSingle(filepath, args):
|
||||||
bounds_gamma=(2, 6),
|
bounds_gamma=(2, 6),
|
||||||
bounds_loc_x=(0, 6.4),
|
bounds_loc_x=(0, 6.4),
|
||||||
bounds_loc_y=(0, 6.4),
|
bounds_loc_y=(0, 6.4),
|
||||||
monte_carlo_sampling=False,
|
monte_carlo_sampling=True,
|
||||||
monte_carlo_sampling_rate=0.8
|
monte_carlo_sampling_rate=0.8
|
||||||
)
|
)
|
||||||
# unpack
|
# unpack
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue