LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
NetBuilder::FigureOfMerit::FigureOfMerit Class Referenceabstract

Abstract class to represent any figure of merit. More...

#include <FigureOfMerit.h>

Inherited by NetBuilder::FigureOfMerit::CBCFigureOfMerit, and NetBuilder::FigureOfMerit::TValue< ET >.

Public Member Functions

virtual ~FigureOfMerit ()=default
 Virtual default destructor.
 
std::unique_ptr< FigureOfMeritEvaluatorevaluator ()
 Returns a std::unique_ptr to an evaluator for the figure of merit.
 
virtual std::string format () const =0
 Output information about the figure of merit.
 

Detailed Description

Abstract class to represent any figure of merit.

Derived classes should implement the evaluator() member function returning a unique pointer to an instance of a concrete evaluator class which derives from FigureOfMeritEvaluator.


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