LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
Loading...
Searching...
No Matches
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.

Member Function Documentation

◆ format()

virtual std::string NetBuilder::FigureOfMerit::FigureOfMerit::format ( ) const
pure virtual

The documentation for this class was generated from the following file:
  • include/netbuilder/FigureOfMerit/FigureOfMerit.h