![]() |
(git:b77b4be)
|
Main driver for L-BFGS optimizer. More...
Functions/Subroutines | |
subroutine, public | geoopt_lbfgs (force_env, gopt_param, globenv, geo_section, gopt_env, x0) |
... | |
Main driver for L-BFGS optimizer.
subroutine, public cp_lbfgs_geo::geoopt_lbfgs | ( | type(force_env_type), pointer | force_env, |
type(gopt_param_type), pointer | gopt_param, | ||
type(global_environment_type), pointer | globenv, | ||
type(section_vals_type), pointer | geo_section, | ||
type(gopt_f_type), pointer | gopt_env, | ||
real(kind=dp), dimension(:), pointer | x0 | ||
) |
...
force_env | ... |
gopt_param | ... |
globenv | ... |
geo_section | ... |
gopt_env | ... |
x0 | ... |
Definition at line 70 of file cp_lbfgs_geo.F.