#include <GridSearch.h>
Public Member Functions | |
| GridSearch (const std::vector< double > &mmin, const std::vector< double > &mmax, const std::vector< unsigned > &ng, const std::vector< unsigned > &nfg, FCLASS *funcc) | |
| bool | minimise (std::vector< double > &p, engf_pointer myfunc) |
Private Types | |
| typedef double(FCLASS::* | engf_pointer) (const std::vector< double > &p, std::vector< double > &der) |
| This is the pointer to the member function in the energy calculating class that calculates the energy. | |
Private Attributes | |
| FCLASS * | myclass_func |
| std::unique_ptr< GridVessel > | myfgrid |
| std::unique_ptr< GridVessel > | mygrid |
|
private |
This is the pointer to the member function in the energy calculating class that calculates the energy.
|
inline |
| bool PLMD::gridtools::GridSearch< FCLASS >::minimise | ( | std::vector< double > & | p, |
| engf_pointer | myfunc ) |
|
private |
|
private |
|
private |
Hosted by GitHub
|
1.17.0
|