LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Collection of arguments required to construct a Search instance. More...
#include <CommandLine.h>
Public Member Functions | |
std::unique_ptr< Task::Task > | parse () |
Public Attributes | |
std::string | s_explorationMethod |
std::string | s_size |
std::string | s_dimension |
std::string | s_figure |
std::vector< std::string > | s_weights |
std::string | s_figureCombiner |
std::string | s_combiner |
std::string | s_verbose |
Real | m_normType |
Real | m_weightPower |
NetConstructionTraits< NC >::SizeParameter | m_sizeParameter |
std::unique_ptr< LevelCombiner::LevelCombiner > | m_combiner |
Dimension | m_dimension |
std::unique_ptr< FigureOfMerit::FigureOfMerit > | m_figure |
int | m_verbose |
unsigned int | m_interlacingFactor |
Collection of arguments required to construct a Search instance.
Specialization of CommandLine for ordinary nets.