#include "shark/Core/Math.h"#include "shark/Rng/AbstractDistribution.h"#include "shark/Rng/Rng.h"#include <boost/math/special_functions.hpp>#include <boost/random.hpp>#include <cmath>Go to the source code of this file.
Classes | |
| class | shark::Normal< RngType > |
| Implements a univariate normal (Gaussian) distribution. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Functions | |
| template<typename RngType > | |
| double | shark::entropy (const Normal< RngType > &normal) |