Allow for custom misfit functions #8
Labels
enhancement
New feature or request
pybind-enhancement
An enhancement of the code that must likely be done on the Python/C++ interface.
Milestone
I want to include a routine on the Python side that allows for custom misfit functions and adjoint sources. This can be easily facilitated by using
psvWave/src/psvWave.cpp
Line 460 in de1b8a9
fdModel.calculate_l2_misfit
andfdModel.calculate_l2_adjoint_sources
methods, possibly aliasing that first to something more general, i.e.calculate_misfit
.The text was updated successfully, but these errors were encountered: