5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_optimization_utils.f90 File Reference

Utility functions, such as interface definitions, for optimization routines. More...

Go to the source code of this file.

Data Types

interface  mo_optimization_utils::eval_interface
 Interface for evaluation routine. More...
 
interface  mo_optimization_utils::objective_interface
 Interface for objective function. More...
 
type  mo_optimization_utils::mhm_optimizee
 Optimizee for a eval-objective pair. More...
 

Modules

module  mo_optimization_utils
 Utility functions, such as interface definitions, for optimization routines.
 

Functions/Subroutines

real(dp) function mo_optimization_utils::evaluate_obj_eval (self, parameters, sigma, stddev_new, likeli_new)
 Implementation of the evaluate procedure for a eval-objective pair.
 

Detailed Description

Utility functions, such as interface definitions, for optimization routines.


Definition in file mo_optimization_utils.f90.