File heuristic_laplace.hpp

namespace seco
class LaplaceConfig : public seco::IHeuristicConfig
#include <heuristic_laplace.hpp>

Allows to configure a heuristic that implements a Laplace-corrected variant of the “Precision” metric.

Public Functions

virtual std::unique_ptr<IHeuristicFactory> createHeuristicFactory() const override

Creates and returns a new object of type IHeuristicFactory according to the specified configuration.

Returns:

An unique pointer to an object of type IHeuristicFactory that has been created