19class Class_Potential_Origin;
22struct PointerContainerMinPlane;
49 nlopt::result NLOPTResult;
56 const double &PotValIn,
57 const nlopt::result &NLOPTResultIn,
61 , NLOPTResult{NLOPTResultIn}
75NLOPTVEff(
const std::vector<double> &x, std::vector<double> &grad,
void *data);
105 std::vector<double> &grad,
117 const std::vector<double> &Start,
double NLOPTVEff(const std::vector< double > &x, std::vector< double > &grad, void *data)
NLOPTVEff.
Definition MinimizeNLOPT.cpp:23
NLOPTReturnType MinimizePlaneUsingNLOPT(const struct PointerContainerMinPlane ¶ms)
MinimizePlaneUsingNLOPT minimizes the effective potential in a given plane using the NLopt LN_COBYLA ...
Definition MinimizeNLOPT.cpp:91
double NLOPTVEffPlane(const std::vector< double > &x, std::vector< double > &grad, void *data)
NLOPTVEffPlane.
Definition MinimizeNLOPT.cpp:78
NLOPTReturnType FindLocalMinimum(const std::shared_ptr< Class_Potential_Origin > &model, const std::vector< double > &Start, const double &Temp)
FindLocalMinimum finds the local minimum near the starting point.
Definition MinimizeNLOPT.cpp:143
NLOPTReturnType MinimizeUsingNLOPT(const Class_Potential_Origin &model, const double &Temp)
MinimizeUsingNLOPT minimizes the effective potential using the NLopt LN_COBYLA algorithm.
Definition MinimizeNLOPT.cpp:31
The Class_Potential_Origin class Base class for all models. This class contains all numerical calcula...
Definition ClassPotentialOrigin.h:57
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24
The NLOPTReturnType struct which is returned by the minimization.
Definition MinimizeNLOPT.h:46
Definition MinimizePlane.h:71
struct to store minimum and temperature
Definition minimum_tracer.h:253