My Project
|
class to generate random evaluation points More...
#include <cf_reval.h>
Public Member Functions | |
REvaluation () | |
REvaluation (int min0, int max0, const CFRandom &sample) | |
REvaluation (const REvaluation &e) | |
~REvaluation () | |
REvaluation & | operator= (const REvaluation &e) |
void | nextpoint () |
void | nextpoint (int n) |
Public Member Functions inherited from Evaluation | |
Evaluation () | |
Evaluation (int min0, int max0) | |
Evaluation (const Evaluation &e) | |
virtual | ~Evaluation () |
Evaluation & | operator= (const Evaluation &e) |
int | min () const |
int | max () const |
CanonicalForm | operator[] (int i) const |
CanonicalForm | operator[] (const Variable &v) const |
CanonicalForm | operator() (const CanonicalForm &f) const |
CanonicalForm | operator() (const CanonicalForm &f, int i, int j) const |
void | setValue (int i, const CanonicalForm &f) |
virtual void | nextpoint () |
Protected Attributes | |
CFRandom * | gen |
Protected Attributes inherited from Evaluation | |
CFArray | values |
class to generate random evaluation points
Definition at line 25 of file cf_reval.h.
|
inline |
Definition at line 30 of file cf_reval.h.
Definition at line 31 of file cf_reval.h.
REvaluation::REvaluation | ( | const REvaluation & | e | ) |
Definition at line 15 of file cf_reval.cc.
REvaluation::~REvaluation | ( | ) |
Definition at line 24 of file cf_reval.cc.
|
virtual |
void REvaluation::nextpoint | ( | int | n | ) |
Definition at line 54 of file cf_reval.cc.
REvaluation & REvaluation::operator= | ( | const REvaluation & | e | ) |
|
protected |
Definition at line 28 of file cf_reval.h.