mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-08 01:39:03 +08:00
Small change to directive
This commit is contained in:
@@ -332,7 +332,6 @@ class update_IRLS(InversionDirective):
|
||||
# Compute change in model objective function and update scaling
|
||||
phim_new = self.reg.eval(self.invProb.curModel)
|
||||
self.reg.gamma = self.phi_m_last / phim_new
|
||||
print self.reg.gamma
|
||||
|
||||
# TO DO: Re-scale beta if too much change in misfit
|
||||
self.invProb.beta = self.invProb.beta * self.phi_d_last / self.invProb.phi_d
|
||||
|
||||
Reference in New Issue
Block a user