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:
coolingFactorfloat

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.

coolingRateint

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.

Attributes

coolingFactor

Beta is divided by this value every coolingRate iterations.

coolingRate

Cool after this number of iterations.

debug

verbose.debug has been deprecated.

dmisfit

Data misfit associated with the directive.

invProb

Inverse problem associated with the directive.

inversion

Inversion object associated with the directive.

opt

Optimization algorithm associated with the directive.

reg

Regularization associated with the directive.

simulation

Return simulation for all data misfits.

survey

Return survey for all data misfits

verbose

Whether or not to print debugging information.

Methods

endIter()

Update inversion parameter(s) according to directive at end of iteration.

finish()

Update inversion parameter(s) according to directive at end of inversion.

initialize()

Initialize inversion parameter(s) according to directive.

validate([directiveList])

Validate directive.

Galleries and Tutorials using SimPEG.directives.BetaSchedule#

3D DC inversion of Dipole Dipole array

3D DC inversion of Dipole Dipole array

2D inversion of Loop-Loop EM Data

2D inversion of Loop-Loop EM Data

EM: TDEM: 1D: Inversion

EM: TDEM: 1D: Inversion

EM: TDEM: 1D: Inversion with VTEM waveform

EM: TDEM: 1D: Inversion with VTEM waveform

Method of Equivalent Sources for Removing VRM Responses

Method of Equivalent Sources for Removing VRM Responses

FLOW: Richards: 1D: Inversion

FLOW: Richards: 1D: Inversion

Petrophysically guided inversion (PGI): Linear example

Petrophysically guided inversion (PGI): Linear example

Petrophysically guided inversion: Joint linear example with nonlinear relationships

Petrophysically guided inversion: Joint linear example with nonlinear relationships

Heagy et al., 2017 1D FDEM and TDEM inversions

Heagy et al., 2017 1D FDEM and TDEM inversions

2.5D DC Resistivity and IP Least-Squares Inversion

2.5D DC Resistivity and IP Least-Squares Inversion

3D Least-Squares Inversion of DC and IP Data

3D Least-Squares Inversion of DC and IP Data

Least-Squares Inversion of Gravity Anomaly Data

Least-Squares Inversion of Gravity Anomaly Data

Least-Squares 1D Inversion of Sounding Data

Least-Squares 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

2.5D DC Resistivity Least-Squares Inversion

2.5D DC Resistivity Least-Squares Inversion

3D Least-Squares Inversion of DC Resistivity Data

3D Least-Squares Inversion of DC Resistivity Data