simpeg.directives.BetaSchedule#
- class simpeg.directives.BetaSchedule(coolingFactor=8.0, coolingRate=3, **kwargs)[source]#
Bases:
InversionDirective
Reduce trade-off parameter (beta) at successive iterations using a cooling schedule.
Updates the beta property in the associated
simpeg.inverse_problem.BaseInvProblem
while the inversion is running. For linear least-squares problems, the optimization problem can be solved in a single step and the cooling rate can be set to 1. For non-linear optimization problems, multiple steps are required obtain the minimizer for a fixed trade-off parameter. In this case, the cooling rate should be larger than 1.- Parameters:
- coolingFactor
float
The factor by which the trade-off parameter is decreased when updated. The preexisting value of the trade-off parameter is divided by the cooling factor.
- coolingRate
int
Sets the number of successive iterations before the trade-off parameter is reduced. Use 1 for linear least-squares optimization problems. Use 2 for weakly non-linear optimization problems. Use 3 for general non-linear optimization problems.
- coolingFactor
Attributes
Beta is divided by this value every coolingRate iterations.
Cool after this number of iterations.
verbose.debug has been deprecated.
Data misfit associated with the directive.
Inverse problem associated with the directive.
Inversion object associated with the directive.
Optimization algorithm associated with the directive.
Regularization associated with the directive.
Return simulation for all data misfits.
Return survey for all data misfits
Whether or not to print debugging information.
Methods
Galleries and Tutorials using simpeg.directives.BetaSchedule
#
3D DC inversion of Dipole Dipole array
2D inversion of Loop-Loop EM Data
EM: TDEM: 1D: Inversion with VTEM waveform
Method of Equivalent Sources for Removing VRM Responses
Petrophysically guided inversion (PGI): Linear example
Petrophysically guided inversion: Joint linear example with nonlinear relationships
Heagy et al., 2017 1D FDEM and TDEM inversions
2.5D DC Resistivity and IP Least-Squares Inversion
3D Least-Squares Inversion of DC and IP Data
Least-Squares Inversion of Gravity Anomaly Data
Least-Squares 1D Inversion of Sounding Data
Parametric 1D Inversion of Sounding Data
2.5D DC Resistivity Least-Squares Inversion
3D Least-Squares Inversion of DC Resistivity Data