|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Inverse Square Intensity. More...
#include <ql/experimental/math/fireflyalgorithm.hpp>
Public Member Functions | |
| InverseLawSquareIntensity (Real beta0, Real betaMin) | |
| Public Member Functions inherited from FireflyAlgorithm::Intensity | |
| void | findBrightest () |
| find brightest firefly for each firefly | |
Protected Member Functions | |
| Real | intensityImpl (Real valueX, Real valueY, Real d) override |
| Protected Member Functions inherited from FireflyAlgorithm::Intensity | |
| Real | distance (const Array &x, const Array &y) const |
Protected Attributes | |
| Real | beta0_ |
| Real | betaMin_ |
| Protected Attributes inherited from FireflyAlgorithm::Intensity | |
| Size | Mfa_ |
| Size | N_ |
| const std::vector< Array > * | x_ |
| const std::vector< std::pair< Real, Size > > * | values_ |
| std::vector< Array > * | xI_ |
Inverse Square Intensity.
Implements FireflyAlgorithm::Intensity.