LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Class to explorer randomly a search space using the CBC search algorithm. More...
#include <RandomCBCExplorer.h>
Public Member Functions | |
RandomCBCExplorer (Dimension dimension, typename ConstructionMethod::SizeParameter sizeParameter, unsigned int nbTries) | |
Constructor. More... | |
bool | isOver () |
Returns whether current coordinate is fully explored. | |
ConstructionMethod::GenValue | nextGenValue () |
Returns the next generating values of dimension dim . | |
void | reset () |
Resets the explorer to the first coordinate. | |
void | switchToCoordinate (Dimension coord) |
Switches the explorer to coordinate coord . | |
size_t | size () const |
size_t | count () const |
std::string | format () const |
Class to explorer randomly a search space using the CBC search algorithm.
|
inline |
Constructor.
dimension | Number of coordinates of the explorer. |
sizeParameter | Size parameter of the search space. |
nbTries | Number of random choices of generating values by dimension. |