Rename BestResult to BestScore
This commit is contained in:
10
src/Platform/BestScore.h
Normal file
10
src/Platform/BestScore.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef BESTSCORE_H
|
||||
#define BESTSCORE_H
|
||||
#include <string>
|
||||
class BestScore {
|
||||
public:
|
||||
static std::string title() { return "STree_default (linear-ovo)"; }
|
||||
static double score() { return 22.109799; }
|
||||
static std::string scoreName() { return "accuracy"; }
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user