#include <shark/Rng/Rng.h>
#include <boost/random.hpp>
#include <algorithm>
#include <cmath>
#include <limits>
Go to the source code of this file.
Classes | |
class | shark::DiscreteUniform< RngType > |
Implements the discrete uniform distribution. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Functions | |
template<typename RngType > | |
double | shark::entropy (const DiscreteUniform< RngType > &uniform) |