This document gives an comprehensive overview over Grond's optimisation strategy.
.. contents :: Content
:depth:3
******
******
Method
******
TODO: REVIEW: This section should be as self-contained as possible, describe the method in general - give references to other sections how things are implemented in Grond.
The very core of any optimisation is the evaluation of a misfit value between observed :math:`{\bf d}_{obs}` and predicted data :math:`{\bf d}_{synth}`. This is most often based on the difference :math:`{\bf d}_{obs} - {\bf d}_{synth}`, but can also be any other comparison, like a correlation measure for example.
`Observed data` here means post-processed data and not the `raw` measurements. E.g. full waveforms are usually tapered to the defined phases, restituted and filtered. `Synthetic waveforms` are the forward- modelled waveforms that are tapered and filtered in the same way as the observed waveforms. Find details on the post-processing in the `targets config`_ section. The `targets` are derived from data defined in the `dataset config`_.
This document gives a comprehensive overview over Grond's methodical background. It describes how the objective function and data weighting are defined, how the optimisation algorithm works and how model uncertainties are
estimated.
This document describes the method of Grond on:
The very core of any optimisation is the evaluation of an objective function or misfit value between observed :math:`{\bf d}_{obs}` and predicted data :math:`{\bf d}_{synth}`. This is most often based on the difference :math:`{\bf d}_{obs} - {\bf d}_{synth}`, but can also be any other comparison, like a correlation measure for example.
1. How Grond implements the differences between :math:`{\bf d}_{obs}` and :math:`{\bf d}_{synth}` with respect to the definition of objective functions and data weighting,
2. how the optimisation is set up to search the model space to find the optimum models and
3. which methods are used to estimate model uncertainties.
`Observed data` here means post-processed data (or features) derived from the `raw` measurements. For example, in the context of seismic source inversion, seismic waveform recordings are usually tapered to extract specific seismic phases, restituted to displacement and filtered. `Predicted data` are in this case forward modelled seismograms that are tapered and filtered in the same way as the observed waveforms.
.. contents :: Content
:depth:3
Forward modelling with pre-calculated Green's functions