![]() |
(git:b77b4be)
|
Routines for the Minima Hopping global optimization scheme. More...
Data Types | |
type | minhop_type |
Functions/Subroutines | |
subroutine, public | minhop_init (this, glbopt_section, n_workers, iw) |
Initializes master for Minima Hopping. | |
subroutine, public | minhop_steer (this, report, cmd) |
Central steering routine of Minima Hopping. | |
subroutine, public | minhop_finalize (this) |
Finalizes master for Minima Hopping. | |
Routines for the Minima Hopping global optimization scheme.
subroutine, public glbopt_minhop::minhop_init | ( | type(minhop_type) | this, |
type(section_vals_type), pointer | glbopt_section, | ||
integer, intent(in) | n_workers, | ||
integer, intent(in) | iw | ||
) |
Initializes master for Minima Hopping.
this | ... |
glbopt_section | ... |
n_workers | ... |
iw | ... |
Definition at line 99 of file glbopt_minhop.F.
subroutine, public glbopt_minhop::minhop_steer | ( | type(minhop_type) | this, |
type(swarm_message_type) | report, | ||
type(swarm_message_type) | cmd | ||
) |
Central steering routine of Minima Hopping.
this | ... |
report | ... |
cmd | ... |
Definition at line 157 of file glbopt_minhop.F.
subroutine, public glbopt_minhop::minhop_finalize | ( | type(minhop_type) | this | ) |
Finalizes master for Minima Hopping.
this | ... |
Definition at line 272 of file glbopt_minhop.F.