43 void set_filepath(std::string_view filepath) { filepath_ = filepath; }
54 std::map<Method, std::pair<float, float>> methods_;
58 std::unordered_map<int, std::pair<float, float>> parameter_defaults_;
59 std::vector<std::vector<std::string>> other_options_;
61 void write_parameter_defaults();
62 void write_data_file(std::ofstream& ofile);
63 void write_methods(std::ofstream& ofile);
64 void write_others(std::ofstream& ofile);