Class for the search of good rank-1 ordinary lattice rules using LatNet Builder. More...
Public Member Functions | |
| Rank1Lattice | search () throws RuntimeException |
| Executes the search and returns the corresponding point set. | |
| String | pointSetType () |
| Returns the type of the searched point set. | |
| String | interlacing () |
| Returns the interlacing factor of the search. | |
| String | construction () |
| Public Member Functions inherited from umontreal.ssj.latnetbuilder.Search | |
| String | toString () |
| Formats the search parameters for printing. | |
| 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. | |
| void | setDimension (String dimension) |
| Sets the dimension of the searched point set. | |
| void | setSizeParameter (String sizeParameter) |
| Sets the size parameter of the point set. | |
| void | setMultilevel (boolean multilevel) |
| Sets the search to the multilevel mode. | |
| void | setCombiner (String combiner) |
| Sets the combiner for the merit in the multilevel mode case. | |
| void | setExplorationMethod (String explorationMethod) |
| Sets the exploration method of the search. | |
| void | setFigureOfMerit (String figure) |
| Sets the figure of merit of the search. | |
| void | setNormType (String normType) |
| Sets the norm-type for the figure of merit of the search. | |
| void | setWeights (List< String > weights) |
| Sets the weights to the figure of merit of the search. | |
| void | addWeight (String weight) |
| Add a weight to the figure of merit of the search. | |
| void | setFilters (List< String > filters) |
| Sets the filters of the search. | |
| void | setPathToOutputFolder (String path) |
| Sets the path to the output folder. | |
Additional Inherited Members | |
| Protected Member Functions inherited from umontreal.ssj.latnetbuilder.Search | |
| Search () | |
| Constructor. | |
| ArrayList< String > | executeCommandLine () |
| Executes the command-line and reads the content of the outputMachine.txt file. | |
Class for the search of good rank-1 ordinary lattice rules using LatNet Builder.
Definition at line 36 of file OrdinaryLatticeSearch.java.
| String umontreal.ssj.latnetbuilder.OrdinaryLatticeSearch.construction | ( | ) |
Reimplemented from umontreal.ssj.latnetbuilder.Search.
Definition at line 76 of file OrdinaryLatticeSearch.java.
| String umontreal.ssj.latnetbuilder.OrdinaryLatticeSearch.interlacing | ( | ) |
Returns the interlacing factor of the search.
Reimplemented from umontreal.ssj.latnetbuilder.Search.
Definition at line 68 of file OrdinaryLatticeSearch.java.
| String umontreal.ssj.latnetbuilder.OrdinaryLatticeSearch.pointSetType | ( | ) |
Returns the type of the searched point set.
Reimplemented from umontreal.ssj.latnetbuilder.Search.
Definition at line 60 of file OrdinaryLatticeSearch.java.
| Rank1Lattice umontreal.ssj.latnetbuilder.OrdinaryLatticeSearch.search | ( | ) | throws RuntimeException |
Executes the search and returns the corresponding point set.
Reimplemented from umontreal.ssj.latnetbuilder.Search.
Definition at line 42 of file OrdinaryLatticeSearch.java.