BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
MinimizeNLOPT.h File Reference
#include <memory>
#include <nlopt.hpp>
#include <vector>

Go to the source code of this file.

Classes

struct  BSMPT::Minimizer::LibNLOPT::ShareInformationNLOPT
 The ShareInformationNLOPT struct which is used to pass the model information to the NLopt minimization routine. More...
 
struct  BSMPT::Minimizer::LibNLOPT::NLOPTReturnType
 The NLOPTReturnType struct which is returned by the minimization. More...
 

Namespaces

namespace  BSMPT
 This classes calculates the Bounce action of the potential with a set temperature.
 

Functions

double BSMPT::Minimizer::LibNLOPT::NLOPTVEff (const std::vector< double > &x, std::vector< double > &grad, void *data)
 NLOPTVEff.
 
NLOPTReturnType BSMPT::Minimizer::LibNLOPT::MinimizeUsingNLOPT (const Class_Potential_Origin &model, const double &Temp)
 MinimizeUsingNLOPT minimizes the effective potential using the NLopt LN_COBYLA algorithm.
 
NLOPTReturnType BSMPT::Minimizer::LibNLOPT::MinimizePlaneUsingNLOPT (const struct PointerContainerMinPlane &params)
 MinimizePlaneUsingNLOPT minimizes the effective potential in a given plane using the NLopt LN_COBYLA algorithm.
 
double BSMPT::Minimizer::LibNLOPT::NLOPTVEffPlane (const std::vector< double > &x, std::vector< double > &grad, void *data)
 NLOPTVEffPlane.
 
NLOPTReturnType BSMPT::Minimizer::LibNLOPT::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.
 

Function Documentation

◆ FindLocalMinimum()

NLOPTReturnType BSMPT::Minimizer::LibNLOPT::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.

Parameters
modelparameter point to use
StartStarting point for the minimization
Temptemperature for the minimization
Returns
the local minimum

◆ MinimizePlaneUsingNLOPT()

NLOPTReturnType BSMPT::Minimizer::LibNLOPT::MinimizePlaneUsingNLOPT ( const struct PointerContainerMinPlane params)

MinimizePlaneUsingNLOPT minimizes the effective potential in a given plane using the NLopt LN_COBYLA algorithm.

Parameters
paramsThe struct containing all necessary informations
Returns
A ShareInformationNLOPT with the global minimum, the potential value and the nlopt::result of the minimization

◆ MinimizeUsingNLOPT()

NLOPTReturnType BSMPT::Minimizer::LibNLOPT::MinimizeUsingNLOPT ( const Class_Potential_Origin model,
const double &  Temp 
)

MinimizeUsingNLOPT minimizes the effective potential using the NLopt LN_COBYLA algorithm.

Parameters
modelmodel reference
TempTemperature at which the potential should be minimized
Returns
A ShareInformationNLOPT with the global minimum, the potential value and the nlopt::result of the minimization

◆ NLOPTVEff()

double BSMPT::Minimizer::LibNLOPT::NLOPTVEff ( const std::vector< double > &  x,
std::vector< double > &  grad,
void *  data 
)

NLOPTVEff.

Parameters
xVEV configuration to evaluate the effective potential
gradNULL as a derivative free method is used
datapointer to ShareInformationNLOPT struct
Returns

◆ NLOPTVEffPlane()

double BSMPT::Minimizer::LibNLOPT::NLOPTVEffPlane ( const std::vector< double > &  x,
std::vector< double > &  grad,
void *  data 
)

NLOPTVEffPlane.

Parameters
xVEV configuration to evaluate the effective potential
gradNULL as a derivative free method is used
datapointer to PointerContainerMinPlane struct
Returns