Linear noise term z_t = a + t / b. More...
#include <shark/Algorithms/DirectSearch/CrossEntropyMethod.h>
Public Member Functions | |
LinearNoise (double a, double b) | |
virtual double | noiseValue (int t) const |
virtual std::string | name () const |
Linear noise term z_t = a + t / b.
Definition at line 97 of file CrossEntropyMethod.h.
|
inline |
Definition at line 99 of file CrossEntropyMethod.h.
|
inlinevirtual |
Reimplemented from shark::CrossEntropyMethod::INoiseType.
Definition at line 101 of file CrossEntropyMethod.h.
|
inlinevirtual |
Reimplemented from shark::CrossEntropyMethod::INoiseType.
Definition at line 100 of file CrossEntropyMethod.h.