(git:3add494)
glbopt_minhop Module Reference

Routines for the Minima Hopping global optimization scheme. More...

Functions/Subroutines

subroutine, public minhop_init (this, glbopt_section, n_workers, iw)
 Initializes master for Minima Hopping. More...
 
subroutine, public minhop_steer (this, report, cmd)
 Central steering routine of Minima Hopping. More...
 
subroutine, public minhop_finalize (this)
 Finalizes master for Minima Hopping. More...
 

Detailed Description

Routines for the Minima Hopping global optimization scheme.

Author
Ole Schuett

Function/Subroutine Documentation

◆ minhop_init()

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.

Parameters
this...
glbopt_section...
n_workers...
iw...
Author
Ole Schuett

Definition at line 99 of file glbopt_minhop.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ minhop_steer()

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.

Parameters
this...
report...
cmd...
Author
Ole Schuett

Definition at line 157 of file glbopt_minhop.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ minhop_finalize()

subroutine, public glbopt_minhop::minhop_finalize ( type(minhop_type)  this)

Finalizes master for Minima Hopping.

Parameters
this...
Author
Ole Schuett

Definition at line 272 of file glbopt_minhop.F.

Here is the call graph for this function:
Here is the caller graph for this function: