Auto Tuner Initial Full Checkin
[satune.git] / src / Tuner / searchtuner.h
index bf96b299529c40c58a8527313e5980b4d9511275..b41a3e0bc1c2a40c04a3f0bf049bffc52547bd72 100644 (file)
@@ -10,6 +10,7 @@ class TunableSetting {
        TunableSetting(TunableParam param);
        TunableSetting(TunableSetting * ts);
        void setDecision(int _low, int _high, int _default, int _selection);
+       void print();
        MEMALLOC;
  private:
        bool hasVar;
@@ -39,7 +40,9 @@ class SearchTuner : public Tuner {
        SearchTuner * copyUsed();
        void randomMutate();
        uint getSize() { return usedSettings.getSize();}
-       
+       void print();
+       void printUsed();
+
        MEMALLOC;
  private:
        /** Used Settings keeps track of settings that were actually used by