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

Added for testing purposes of test_mo_anneal. More...

Go to the source code of this file.

Modules

module  mo_cost
 Added for testing purposes of test_mo_anneal.
 

Functions/Subroutines

real(sp) function, public mo_cost::cost_sp (paraset)
 function: f(x) = ax^3 + bx^2 + cx + d
 
real(dp) function, public mo_cost::cost_dp (paraset)
 function: f(x) = ax^3 + bx^2 + cx + d
 
real(sp) function, public mo_cost::cost_valid_sp (paraset, status_in)
 function: f(x) = ax^3 + bx^2 + cx + d
 
real(dp) function, public mo_cost::cost_valid_dp (paraset, status_in)
 function: f(x) = ax^3 + bx^2 + cx + d
 
subroutine, public mo_cost::range_dp (paraset, ipar, rangepar)
 dummy range
 
subroutine, public mo_cost::range_sp (paraset, ipar, rangepar)
 dummy range
 
real(dp) function, public mo_cost::cost_objective (parameterset, eval, arg1, arg2, arg3)
 dummy cost objective function
 

Detailed Description

Added for testing purposes of test_mo_anneal.

Definition in file mo_cost.f90.