|
| PolynomialLatticeSearch (String pointSetType) |
| Constructor. More...
|
|
String | pointSetType () |
|
void | changePointSetTypeView (String pointSetType) |
| Changes the point set type to use when searching. More...
|
|
void | setConstruction (String construction) |
|
| DigitalNetSearch (String construction) |
| Constructor. More...
|
|
DigitalNetBase2 | search () throws RuntimeException |
|
String | pointSetType () |
|
int | interlacing () |
|
void | setInterlacing (int interlacing) |
| Sets the interlacing factor of the searched digital net. More...
|
|
String | construction () |
|
void | setConstruction (String construction) |
| Sets the construciton method of the searched digital net. More...
|
|
String | toString () |
| Formats the search parameters for printing.
|
|
abstract String | pointSetType () |
| Returns the type of the searched point set.
|
|
abstract int | interlacing () |
| Returns the interlacing factor of the search.
|
|
abstract String | construction () |
|
abstract PointSet | search () throws RuntimeException |
| Executes the search and returns the corresponding point set.
|
|
double | merit () |
| Returns the merit value of the point set.
|
|
double | time () |
| Returns the elapsed CPU time taken for the search.
|
|
boolean | successful () |
| Returns a boolean indicating if the search was successful.
|
|
void | setPathToLatNetBuilder (String path) |
| Sets the path to the latnetbuilder executable. More...
|
|
void | setDimension (int dimension) |
| Sets the dimension of the searched point set. More...
|
|
void | setSizeParameter (String sizeParameter) |
| Sets the size parameter of the point set. More...
|
|
void | setMultilevel (boolean multilevel) |
| Sets the search to the multilevel mode. More...
|
|
void | setCombiner (String combiner) |
| Sets the combiner for the merit in the multilevel mode case. More...
|
|
void | setExplorationMethod (String explorationMethod) |
| Sets the exploration method of the search. More...
|
|
void | setFigureOfMerit (String figure) |
| Sets the figure of merit of the search. More...
|
|
void | setNormType (String normType) |
| Sets the norm-type for the figure of merit of the search. More...
|
|
void | setWeights (List< String > weights) |
| Sets the weights to the figure of merit of the search. More...
|
|
void | addWeight (String weight) |
| Add a weight to the figure of merit of the search. More...
|
|
void | setFilters (List< String > filters) |
| Sets the filters of the search. More...
|
|
void | setPathToOutputFolder (String path) |
| Sets the path to the output folder.
|
|