shark::CrossEntropyMethod::ConstantNoise Class Reference

Constant noise term z_t = noise. More...

#include <shark/Algorithms/DirectSearch/CrossEntropyMethod.h>

+ Inheritance diagram for shark::CrossEntropyMethod::ConstantNoise:

Public Member Functions

 ConstantNoise (double noise)
 
virtual double noiseValue (int t) const
 
virtual std::string name () const
 

Detailed Description

Constant noise term z_t = noise.

Definition at line 91 of file CrossEntropyMethod.h.

Constructor & Destructor Documentation

◆ ConstantNoise()

shark::CrossEntropyMethod::ConstantNoise::ConstantNoise ( double  noise)
inline

Definition at line 93 of file CrossEntropyMethod.h.

References shark::CrossEntropyMethod::m_noise, and noise.

Member Function Documentation

◆ name()

virtual std::string shark::CrossEntropyMethod::ConstantNoise::name ( ) const
inlinevirtual

Reimplemented from shark::CrossEntropyMethod::INoiseType.

Definition at line 95 of file CrossEntropyMethod.h.

References shark::CrossEntropyMethod::m_noise.

◆ noiseValue()

virtual double shark::CrossEntropyMethod::ConstantNoise::noiseValue ( int  t) const
inlinevirtual

Reimplemented from shark::CrossEntropyMethod::INoiseType.

Definition at line 94 of file CrossEntropyMethod.h.


The documentation for this class was generated from the following file: