shithub: moonfish

ref: 3a4dd039662549083dfb672a6a78910af84ccce7
dir: /extras/config.h/

View raw version
/* moonfish is licensed under the AGPL (v3 or later) */
/* copyright 2024 zamfofex */

#ifndef MOONFISH_TEXEL_TUNER_CONFIG
#define MOONFISH_TEXEL_TUNER_CONFIG

#include "moonfish.hh"

using TuneEval = moonfish::MoonfishEval;
constexpr int data_load_thread_count = 4;
constexpr int thread_count = 4;
constexpr static bool print_data_entries = false;
constexpr static int data_load_print_interval = 10000;

#endif