25 #ifndef _CRITERIA_EXPECTED_HPP_ 26 #define _CRITERIA_EXPECTED_HPP_ 41 void setParameters(
const vectord ¶ms) { };
42 size_t nParameters() {
return 0;};
43 double operator() (
const vectord &x)
45 std::string name() {
return "cExpReturn";};
Namespace of the library interface.
virtual ProbabilityDistribution * prediction(const vectord &query)=0
Function that returns the prediction of the GP for a query point in the hypercube [0...
Abstract interface for criteria functors.
Abstract and factory modules for criteria.
Expected return criterion.