D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FSchwefel206.cpp | Ackley benchmark function |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FSchwefel206.h | Schewefel's problem 2.6 |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FSchwefel213.cpp | Schwefel's problem 2.13 |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FSchwefel213.h | Schwefel's problem 2.13 |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Bernoulli.cpp | Implements methods for class Bernoulli that simulates a "Bernoulli trial", which is like a coin toss |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Bernoulli.h | Contains a class that simulates a "Bernoulli trial", which is like a coin toss |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Binomial.cpp | Implements methods for class Binomial that simulates a "Binomial distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Binomial.h | Contains a class that simulates a "Binomial distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Cauchy.cpp | Implements methods for class Cauchy, that simulates a "standard %Cauchy distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Cauchy.h | Contains a class that simulates a "standard %Cauchy distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/DiffGeometric.cpp | Implements methods for class DiffGeometric that simulates a "Differential Geometric distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/DiffGeometric.h | Contains a class that simulates a "Differential Geometric distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/DiscreteUniform.cpp | Implements methods for class DiscreteUniform that simulates a "uniform distribution" with integer numbers |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/DiscreteUniform.h | Contains a class that simulates a "uniform distribution" with integer numbers |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Erlang.cpp | Implements methods for a class Erlang, that simulates an "%Erlang distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Erlang.h | Contains a class that simulates an "%Erlang distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Geometric.cpp | Implements methods for class Geometric that simulates a "%Geometric distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Geometric.h | Contains a class that simulates a "%Geometric distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/GlobalRng.cpp | Implements a method for class Rng that subsumes several often used random number generators |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/GlobalRng.h | Contains a class that subsumes several often used random number generators |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/HyperGeometric.cpp | Implements methods for class HyperGeometric, that simulates a "Hyper %Geometric distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/HyperGeometric.h | Contains a class that simulates a "Hyper %Geometric distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/LogNormal.cpp | Implements methods for class LogNormal that simulates a "Log %Normal distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/LogNormal.h | Contains a class that simulates a "Log %Normal distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/NegExponential.cpp | Implements methods for class NegExponential that simulates a "negative exponential distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/NegExponential.h | Contains a class that simulates a "negative exponential distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Normal.cpp | Implements methods for class Normal that simulates a "normal", i.e. gaussian distribution |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Normal.h | Contains a class that simulates a "normal", i.e. gaussian distribution |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Poisson.cpp | Implements methods for class Poisson that simulates a "%Poisson distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Poisson.h | Contains a class that simulates a "%Poisson distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/RandomVar.h | Contains a template class that will define the basic operations for all random number generators of library "#Rng", mostly for Monte Carlo simulations |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Rng.cpp | This file defines a global instantiation of class RNG, that defines a generator for uniformally distributed pseudo random numbers of the interval (0,1) |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/RNG.h | This file contains a class, that defines a generator for uniformally distributed pseudo random numbers of the interval (0,1) |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Uniform.cpp | Implements methods for class Uniform that simulates a "uniform distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Uniform.h | Contains a class that simulates a "uniform distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Weibull.cpp | Implements methods for class Weibull, that simulates a "%Weibull distribution" |
D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Rng/Weibull.h | Contains a class that simulates a "%Weibull distribution" |