Tuning parameters in inversion
Posted: Fri Mar 19, 2021 8:38 am
Hi,
As per the earlier versions of Geopsy, The tuning parameters of the neighborhood algorithm are the initial number of models ns0, the number of new models ns, and the number of cells nr. The
last two steps are repeated N times, resulting in a total of ns0+N*ns models.
However, in the newer version (3.3.6), it is generating a total number of models equal to the value of Ns itself. Is it representing something else now? Also, new parameters Nw and GiveUp are added. In the earlier version, the below procedure could be done.
ns0 = 100, ns = 50, nr = 50, and N = 4000 resulting in a total of 200,100 models.
How to replicate the same above procedure in the newer version?
As per the earlier versions of Geopsy, The tuning parameters of the neighborhood algorithm are the initial number of models ns0, the number of new models ns, and the number of cells nr. The
last two steps are repeated N times, resulting in a total of ns0+N*ns models.
However, in the newer version (3.3.6), it is generating a total number of models equal to the value of Ns itself. Is it representing something else now? Also, new parameters Nw and GiveUp are added. In the earlier version, the below procedure could be done.
ns0 = 100, ns = 50, nr = 50, and N = 4000 resulting in a total of 200,100 models.
How to replicate the same above procedure in the newer version?