32 #ifndef PARAMETER_OPTIMIZATION_TOOL_H    33 #define PARAMETER_OPTIMIZATION_TOOL_H    84             std::vector<float> values);
    92             std::vector<int> values);
   108     void setVerbose(std::ostream &stream = std::cout);
   120     void optimize(
float weigh = 0.5, 
float weight_ue = 0.33, 
float weight_co = 0.33);
   127     void cleanUp(
const boost::filesystem::path &sp_directory);
   153     std::vector< std::tuple<std::string, std::string, int, int> > 
parameters;
 
Available metrics, see evaluation.h. 
Definition: evaluation_summary.h:76
 
Available statistics that may be computed for each metric. 
Definition: evaluation_summary.h:120