QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
This is the complete list of members for FireflyAlgorithm, including all inherited members.
crossover_ | FireflyAlgorithm | protected |
distribution_ | FireflyAlgorithm | protected |
FireflyAlgorithm(Size M, ext::shared_ptr< Intensity > intensity, ext::shared_ptr< RandomWalk > randomWalk, Size Mde=0, Real mutationFactor=1.0, Real crossoverFactor=0.5, unsigned long seed=SeedGenerator::instance().get()) | FireflyAlgorithm | |
generator_ | FireflyAlgorithm | protected |
intensity_ | FireflyAlgorithm | protected |
lX_ | FireflyAlgorithm | protected |
M_ | FireflyAlgorithm | protected |
Mde_ | FireflyAlgorithm | protected |
Mfa_ | FireflyAlgorithm | protected |
minimize(Problem &P, const EndCriteria &endCriteria) override | FireflyAlgorithm | virtual |
mutation_ | FireflyAlgorithm | protected |
N_ | FireflyAlgorithm | protected |
randomWalk_ | FireflyAlgorithm | protected |
rng_ | FireflyAlgorithm | protected |
startState(Problem &P, const EndCriteria &endCriteria) | FireflyAlgorithm | |
uX_ | FireflyAlgorithm | protected |
values_ | FireflyAlgorithm | protected |
x_ | FireflyAlgorithm | protected |
xI_ | FireflyAlgorithm | protected |
xRW_ | FireflyAlgorithm | protected |
~OptimizationMethod()=default | OptimizationMethod | virtual |