DiSMEC++
|
#include <string>
#include <variant>
#include <unordered_map>
#include <type_traits>
#include <functional>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | dismec::HyperParameterBase |
Base class for all objects that have adjustable hyper-parameters. More... | |
struct | dismec::HyperParameterBase::HyperParamData< D > |
This structure collects the Getter and Setter functions. This is what we store in the variant. More... | |
class | dismec::HyperParameters |
This class represents a set of hyper-parameters. More... | |
Namespaces | |
dismec | |
Main namespace in which all types, classes, and functions are defined. | |