Brush C++ API
A flexible interpretable machine learning framework
|
#include "../init.h"
#include "../types.h"
#include "../program/program.h"
#include "../vary/search_space.h"
#include "../util/utils.h"
#include "bandit_operator.h"
#include "dummy.h"
#include "thompson.h"
#include "linear_thompson.h"
Go to the source code of this file.
Classes | |
struct | Brush::MAB::Bandit< T > |
The Bandit struct represents a multi-armed bandit. More... | |
Namespaces | |
namespace | Brush |
< nsga2 selection operator for getting the front | |
namespace | Brush::MAB |