![]() |
(git:b77b4be)
|
Routines for the Minima Crawling global optimization scheme. More...
Data Types | |
type | mincrawl_type |
Functions/Subroutines | |
subroutine, public | mincrawl_init (this, glbopt_section, n_workers, iw, particle_set) |
Initializes master for Minima Crawling. | |
subroutine, public | mincrawl_steer (this, report, cmd) |
Central steering routine of Minima Crawling. | |
subroutine, public | mincrawl_finalize (this) |
Finalizes master for Minima Crawling. | |
Routines for the Minima Crawling global optimization scheme.
subroutine, public glbopt_mincrawl::mincrawl_init | ( | type(mincrawl_type) | this, |
type(section_vals_type), pointer | glbopt_section, | ||
integer, intent(in) | n_workers, | ||
integer, intent(in) | iw, | ||
type(particle_type), dimension(:), pointer | particle_set | ||
) |
Initializes master for Minima Crawling.
this | ... |
glbopt_section | ... |
n_workers | ... |
iw | ... |
particle_set | ... |
Definition at line 105 of file glbopt_mincrawl.F.
subroutine, public glbopt_mincrawl::mincrawl_steer | ( | type(mincrawl_type) | this, |
type(swarm_message_type) | report, | ||
type(swarm_message_type) | cmd | ||
) |
Central steering routine of Minima Crawling.
this | ... |
report | ... |
cmd | ... |
Definition at line 166 of file glbopt_mincrawl.F.
subroutine, public glbopt_mincrawl::mincrawl_finalize | ( | type(mincrawl_type) | this | ) |
Finalizes master for Minima Crawling.
this | ... |
Definition at line 495 of file glbopt_mincrawl.F.