0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_dds.F90 File Reference

Dynamically Dimensioned Search (DDS) More...

Go to the source code of this file.

Modules

module  mo_dds
 Dynamically Dimensioned Search (DDS)
 

Functions/Subroutines

real(dp) function, dimension(size(pini)), public mo_dds::dds (eval, obj_func, pini, prange, r, seed, maxiter, maxit, mask, tmp_file, funcbest, history)
 DDS.
 
real(dp) function, dimension(size(pini)), public mo_dds::mdds (eval, obj_func, pini, prange, seed, maxiter, maxit, mask, tmp_file, funcbest, history)
 MDDS.
 
subroutine mo_dds::neigh_value (x_cur, x_min, x_max, r, new_value)
 

Detailed Description

Dynamically Dimensioned Search (DDS)

This module provides routines for Dynamically Dimensioned Search (DDS) of Tolson and Shoemaker (2007). It searches the minimum or maximum of a user-specified function, using an n-dimensional continuous global optimization algorithm (DDS).

Authors
Bryan Tolson, modified by Rohini Kumar, Matthias Cuntz and Juliane Mai.
Date
Jul 2012

Definition in file mo_dds.F90.