![]() |
(git:b77b4be)
|
Master's routines for global optimization. More...
Data Types | |
type | glbopt_master_type |
Functions/Subroutines | |
subroutine, public | glbopt_master_init (this, para_env, root_section, n_walkers, iw) |
Initializes the master of the global optimizer. | |
subroutine, public | glbopt_master_steer (this, report, cmd, should_stop) |
Central steering routine of global optimizer. | |
subroutine, public | glbopt_master_finalize (this) |
Finalized the master of the global optimizer. | |
Master's routines for global optimization.
subroutine, public glbopt_master::glbopt_master_init | ( | type(glbopt_master_type), intent(inout) | this, |
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | root_section, | ||
integer, intent(in) | n_walkers, | ||
integer, intent(in) | iw | ||
) |
Initializes the master of the global optimizer.
this | ... |
para_env | ... |
root_section | ... |
n_walkers | ... |
iw | ... |
Definition at line 96 of file glbopt_master.F.
subroutine, public glbopt_master::glbopt_master_steer | ( | type(glbopt_master_type), intent(inout) | this, |
type(swarm_message_type) | report, | ||
type(swarm_message_type) | cmd, | ||
logical, intent(inout) | should_stop | ||
) |
Central steering routine of global optimizer.
this | ... |
report | ... |
cmd | ... |
should_stop | ... |
Definition at line 193 of file glbopt_master.F.
subroutine, public glbopt_master::glbopt_master_finalize | ( | type(glbopt_master_type), intent(inout) | this | ) |
Finalized the master of the global optimizer.
this | ... |
Definition at line 308 of file glbopt_master.F.