|
LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Class to explorer first exhaustively and then randomly a search space using the CBC search algorithm. More...
#include <MixedCBCExplorer.h>
Public Member Functions | |
| MixedCBCExplorer (Dimension dimension, typename ConstructionMethod::SizeParameter sizeParameter, unsigned int nbFullCoordinates, unsigned int nbTries) | |
| Constructor. | |
| bool | isOver () |
Returns whether the dimension dim 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 first exhaustively and then 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. |
| nbFullCoordinates | Number of coordinates for which the search is exhaustive. |
| nbTries | Number of random choices of generating values. |