5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_optimization_utils Module Reference

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

Data Types

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

Functions/Subroutines

real(dp) function 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.


Function/Subroutine Documentation

◆ evaluate_obj_eval()

real(dp) function mo_optimization_utils::evaluate_obj_eval ( class(mhm_optimizee), intent(inout) self,
real(dp), dimension(:), intent(in) parameters,
real(dp), intent(in), optional sigma,
real(dp), intent(out), optional stddev_new,
real(dp), intent(out), optional likeli_new )

Implementation of the evaluate procedure for a eval-objective pair.

Definition at line 58 of file mo_optimization_utils.f90.