Exponential Intensity. More...
#include <ql/experimental/math/fireflyalgorithm.hpp>
Public Member Functions | |
ExponentialIntensity (Real beta0, Real betaMin, Real gamma) | |
![]() | |
void | findBrightest () |
find brightest firefly for each firefly | |
Protected Member Functions | |
Real | intensityImpl (Real valueX, Real valueY, Real d) |
![]() | |
Real | distance (const Array &x, const Array &y) const |
Protected Attributes | |
Real | beta0_ |
Real | betaMin_ |
Real | gamma_ |
![]() | |
Size | Mfa_ |
Size | N_ |
const std::vector< Array > * | x_ |
const std::vector< std::pair< Real, Size > > * | values_ |
std::vector< Array > * | xI_ |
Exponential Intensity.