#include <shark/Core/DLLSupport.h>
#include <shark/Algorithms/AbstractSingleObjectiveOptimizer.h>
#include <shark/Core/Random.h>
#include <shark/Algorithms/DirectSearch/Individual.h>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | shark::CrossEntropyMethod |
Implements the Cross Entropy Method. More... | |
class | shark::CrossEntropyMethod::INoiseType |
Interface class for noise type. More... | |
class | shark::CrossEntropyMethod::ConstantNoise |
Constant noise term z_t = noise. More... | |
class | shark::CrossEntropyMethod::LinearNoise |
Linear noise term z_t = a + t / b. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |