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
Hello, I coded a piece of code for multi-object spatial site sampling based on the AMOSA algorithm, but I found that my spatial perturbations didn't seem right. Can you give some advice, below is my perturbation code.
Hello, I coded a piece of code for multi-object spatial site sampling based on the AMOSA algorithm, but I found that my spatial perturbations didn't seem right. Can you give some advice, below is my perturbation code.
` x_extent = x_extent-iter/iterationx_extent
y_extent = y_extent-iter/iterationy_extent
temp_pt[j,1] = curr_pt[j,1] + x_extent * runif(1, -0.2, 0.2)
temp_pt[j,2] = curr_pt[j,2] + y_extent * runif(1, -0.2, 0.2)
The text was updated successfully, but these errors were encountered: