LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Search task based on a sequence of lattices. More...
#include <LatSeqBasedSearch.h>
Inherits Search< TAG >.
Public Types | |
typedef LatSeqBasedSearchTraits< TAG > | Traits |
typedef Traits::Storage | Storage |
typedef Traits::CBC | CBC |
typedef CBC::FigureOfMerit | FigureOfMerit |
Public Member Functions | |
LatSeqBasedSearch (Storage storage, Dimension dimension, FigureOfMerit figure, Traits traits=Traits()) | |
LatSeqBasedSearch (LatSeqBasedSearch &&other) | |
virtual void | execute () |
const Storage & | storage () const |
Returns a pointer to the storage configuration instance. | |
const FigureOfMerit & | figureOfMerit () const |
Returns the figure of merit. | |
const MeritSeq::LatSeqOverCBC< CBC > & | latSeqOverCBC () const |
Returns the internal lattice sequence. | |
const CBC & | cbc () const |
Returns the internal CBC instance. | |
Protected Member Functions | |
virtual void | format (std::ostream &os) const |
Search task based on a sequence of lattices.
TAG | Tag class. |