Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
LatBuilder::MeritCombiner Namespace Reference

Combiner functors for merit values. More...

Classes

class  Accumulator
 Functor that sums the merit values of embedded lattices to produce a compound merit value. More...
 
class  SelectLevel
 Functor that selects a the merit value of a specific embedded level as a single merit value. More...
 

Detailed Description

Combiner functors for merit values.

Designed to be used to combined the per-level merit values for embedded lattices into a compound merit value.

Template Parameters
ACCTag from boost::accumulators that defines the operator \(\mathcal K\) on the set elements. Typically tag::sum or tag::max.