LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
NetBuilder::Task::ExhaustiveSearch< NC, ET, OBSERVER > Class Template Reference

Class for exhaustive search tasks. More...

#include <ExhaustiveSearch.h>

Inherits NetBuilder::Task::Search< NC, ET, OBSERVER >.

Public Member Functions

 ExhaustiveSearch (Dimension dimension, typename NetConstructionTraits< NC >::SizeParameter sizeParameter, std::unique_ptr< FigureOfMerit::FigureOfMerit > figure, int verbose=0, bool earlyAbortion=false)
 Constructor. More...
 
 ExhaustiveSearch (ExhaustiveSearch &&)=default
 Default move constructor. More...
 
virtual std::string format () const override
 Returns information about the task.
 
virtual void execute () override
 Executes the search task. More...
 
virtual const FigureOfMerit::FigureOfMeritfigureOfMerit () const override
 Returns a const qualified reference to the figure of merit.
 
- Public Member Functions inherited from NetBuilder::Task::Search< NC, ET, OBSERVER >
virtual ~Search ()=default
 Virtual default destructor.
 
virtual void reset () override
 Resets the search.
 
 Search (Dimension dimension, typename NetConstructionTraits< NC >::SizeParameter sizeParameter, int verbose=0, bool earlyAbortion=false)
 Constructor. More...
 
 Search (Dimension dimension, std::unique_ptr< DigitalNetConstruction< NC >> baseNet, int verbose=0, bool earlyAbortion=false)
 Constructor. More...
 
 Search (Search &&)=default
 Default move constructor. More...
 
Dimension dimension () const
 Returns the dimension of the searched net.
 
unsigned int nRows () const
 Returns the number of rows of the searched generating matrices.
 
unsigned int nCols () const
 Returns the number of columns of the searched generating matrices.
 
const DigitalNetConstruction< NC > & bestNet () const
 Returns the best net found by the search.
 
Real bestMeritValue () const
 Returns the best merit found by the search. More...
 
bool hasFoundNet () const
 
virtual std::string outputNet (OutputFormat outputFormat, unsigned int interlacingFactor) const override
 Returns the best net found by the search task.
 
virtual Real outputMeritValue () const override
 Returns the best merit value found by the search task.
 
Observerobserver ()
 Returns a reference to the minimum-element observer.
 
const Observerobserver () const
 Returns a const qualified reference the minimum-element observer.
 
OnNetSelectedonNetSelected ()
 Net-selected signal. More...
 
const OnNetSelectedonNetSelected () const
 Net-selected signal. More...
 
OnFailedSearchonFailedSearch ()
 Failed search signal. More...
 
const OnFailedSearchonFailedSearch () const
 Failed search signal. More...
 
const NetConstructionTraits< NC >::SizeParameter & sizeParameter () const
 Returns a const qualified reference to the size parameter of the search.
 

Additional Inherited Members

- Public Types inherited from NetBuilder::Task::Search< NC, ET, OBSERVER >
typedef OBSERVER< NC > Observer
 Observer of the search.
 
typedef boost::signals2::signal< void(const Search< NC, ET, OBSERVER > &)> OnNetSelected
 Signal emitted when a net has been selected.
 
typedef boost::signals2::signal< void(const Search< NC, ET, OBSERVER > &)> OnFailedSearch
 Signal emitted when the search has failed.
 
- Protected Member Functions inherited from NetBuilder::Task::Search< NC, ET, OBSERVER >
void selectBestNet (const DigitalNetConstruction< NC > &net, Real merit)
 Selects a new best net and emits an OnNetSelected signal.
 
- Protected Attributes inherited from NetBuilder::Task::Search< NC, ET, OBSERVER >
std::unique_ptr< OnNetSelectedm_onNetSelected
 
std::unique_ptr< OnFailedSearchm_onFailedSearch
 
Dimension m_dimension
 
NetConstructionTraits< NC >::SizeParameter m_sizeParameter
 
unsigned int m_nRows
 
unsigned int m_nCols
 
DigitalNetConstruction< NC > m_bestNet
 
Real m_bestMerit
 
std::unique_ptr< Observerm_observer
 
int m_verbose
 
bool m_earlyAbortion
 

Detailed Description

template<NetConstruction NC, EmbeddingType ET, template< NetConstruction > class OBSERVER = MinimumObserver>
class NetBuilder::Task::ExhaustiveSearch< NC, ET, OBSERVER >

Class for exhaustive search tasks.

Constructor & Destructor Documentation

◆ ExhaustiveSearch() [1/2]

template<NetConstruction NC, EmbeddingType ET, template< NetConstruction > class OBSERVER = MinimumObserver>
NetBuilder::Task::ExhaustiveSearch< NC, ET, OBSERVER >::ExhaustiveSearch ( Dimension  dimension,
typename NetConstructionTraits< NC >::SizeParameter  sizeParameter,
std::unique_ptr< FigureOfMerit::FigureOfMerit figure,
int  verbose = 0,
bool  earlyAbortion = false 
)
inline

Constructor.

Parameters
dimensionDimension of the searched net.
sizeParameterSize parameter of the searched net.
figureFigure of merit used to compare nets.
verboseVerbosity level.
earlyAbortionEarly-abortion switch. If true, the computations will be stopped if the net is worse than the best one so far.

◆ ExhaustiveSearch() [2/2]

template<NetConstruction NC, EmbeddingType ET, template< NetConstruction > class OBSERVER = MinimumObserver>
NetBuilder::Task::ExhaustiveSearch< NC, ET, OBSERVER >::ExhaustiveSearch ( ExhaustiveSearch< NC, ET, OBSERVER > &&  )
default

Default move constructor.

Deletes the implicit copy constructor.

Member Function Documentation

◆ execute()

template<NetConstruction NC, EmbeddingType ET, template< NetConstruction > class OBSERVER = MinimumObserver>
virtual void NetBuilder::Task::ExhaustiveSearch< NC, ET, OBSERVER >::execute ( )
inlineoverridevirtual

The documentation for this class was generated from the following file: