74 for(
uint i=0; i<_dim; ++i )
121 tmp.Noise::operator=( *this );
142 if ( _lowerLimit(i) > _upperLimit(i) )
156 if ( _lowerLimit > _upperLimit )
177 if ( _lowerLimit > _upperLimit )
199 srand( (
unsigned int)time(0) );
void init(unsigned _dim=0)
Provides a time grid consisting of vector-valued optimization variables at each grid point...
Allows to pass back messages to the calling function.
Base class for generating pseudo-random noise for simulating the Process.
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
returnValue setStatus(BlockStatus _status)
#define CLOSE_NAMESPACE_ACADO
double getUniformRandomNumber(double _lowerLimit, double _upperLimit) const
BlockStatus getStatus() const
void rhs(const real_t *x, real_t *f)
GenericVector< double > DVector
Noise & operator=(const Noise &rhs)
uint getNumPoints() const
DVector getVector(uint pointIdx) const
#define BEGIN_NAMESPACE_ACADO
uint getNumValues() const
#define ACADOERROR(retval)