LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Base base class for coordinate-uniform figures of merit. More...
#include <CoordUniformFigureOfMerit.h>
Inherits LatBuilder::FigureOfMerit.
Public Member Functions | |
CoordUniformFigureOfMerit (std::unique_ptr< LatticeTester::Weights > weights, KERNEL kernel=KERNEL()) | |
Constructor. More... | |
const LatticeTester::Weights & | weights () const |
Returns the projection-dependent weights \(\gamma_{\mathfrak u}\). More... | |
const KERNEL & | kernel () const |
Returns the coordinate-uniform kernel. | |
bool | symmetric () const |
Returns true if the value of the figure of merit is invariant under the transormation \(a_j \mapsto n - a_j\) for any \(j=1,\dots,s\), where \(n\) and \(s\) are, respectively, the number of points and the dimension of the lattice and \(a_j\) is the \(j\)-th component of the generating vector \(\boldsymbol a = (a_1, \dots, a_s)\). More... | |
std::string | name () const |
Real | normType () const |
Public Member Functions inherited from LatBuilder::FigureOfMerit | |
virtual | ~FigureOfMerit () |
Destructor. | |
Static Public Member Functions | |
static constexpr Compress | suggestedCompression () |
static std::string | evaluationName () |
Protected Member Functions | |
std::ostream & | format (std::ostream &os) const |
Base base class for coordinate-uniform figures of merit.
|
inline |
Constructor.
weights | See WeightedFigureOfMerit::WeightedFigureOfMerit for details about this parameter. |
kernel | Kernel ( \(\omega\) in the reference paper). See the Kernel namespace for examples. |
|
inlinevirtual |
Returns true
if the value of the figure of merit is invariant under the transormation \(a_j \mapsto n - a_j\) for any \(j=1,\dots,s\), where \(n\) and \(s\) are, respectively, the number of points and the dimension of the lattice and \(a_j\) is the \(j\)-th component of the generating vector \(\boldsymbol a = (a_1, \dots, a_s)\).
Returns true
if the kernel is symmetric.
Implements LatBuilder::FigureOfMerit.
References LatBuilder::CoordUniformFigureOfMerit< KERNEL >::kernel().
|
inlinevirtual |
Returns the projection-dependent weights \(\gamma_{\mathfrak u}\).
Implements LatBuilder::FigureOfMerit.