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.
random_searchRandom search.
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.
- Minimization of an analytical function
- Optimization by Nelder-Mead method
- Grid search
- Random search
- Optimization by Bayesian Optimization
- Optimization by replica exchange Monte Carlo
- Optimization by population annealing
- Replica Exchange Monte Carlo search with limitation
- Adding a direct problem solver