Tutorials¶
In these tutorials, how to perform inverse problem analyses using ODAT-SE is explained by examples taken from minimization of analytical functions. In ODAT-SE, the algorithms for solving the inverse problem can be selected from the following algorithms:
minsearchNealder-Mead method.
mapper_mpiEntire search over a grid for a given parameter.
bayesBayesian optimization.
exchangeSampling by the replica exchange Monte Carlo method.
pamcSampling by the population annealing Monte Carlo method.
In the following sections, the procedures to run these algorithms are provided.
In addition, the usage of [runner.limitation] to apply limitations to the search region will be described. In the end of the section, how to define a direct problem solver wil be explained by a simple example.