LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
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< FigureOfMeritEvaluator > | evaluator () |
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. | |
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.