You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parallelization (can use sc.parallelize()) at the appropriate place -- over counties, I guess? Or maybe in optimize() over for mask, targ_row, n in zip(samp_masks, range(len(targs)), n_hhs)?
Could try to add Numba to FTdist() and anneal() if they're a computational bottleneck -- that could recover Julia-speed performance if this version is significantly slower (but I don't recall that it's that much slower).
Could also just point Claude etc at this file and see what it can find :)
sc.parallelize()) at the appropriate place -- over counties, I guess? Or maybe inoptimize()overfor mask, targ_row, n in zip(samp_masks, range(len(targs)), n_hhs)?FTdist()andanneal()if they're a computational bottleneck -- that could recover Julia-speed performance if this version is significantly slower (but I don't recall that it's that much slower).