24 #ifndef  _CRITERIA_A_OPT_HPP_    25 #define  _CRITERIA_A_OPT_HPP_    45     void setParameters(
const vectord ¶ms) {};
    46     size_t nParameters() {
return 0;};
    47     double operator() (
const vectord &x) 
    49     std::string name() {
return "cAopt";};
 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. 
Greedy A-Optimality criterion.