![]() |
mHM
The mesoscale Hydrological Model
|
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. | |
Utility functions, such as interface definitions, for optimization routines.
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
| 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.