Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
bind_programs.cpp
Go to the documentation of this file.
1#include "module.h"
2#include "bind_programs.h"
3namespace py = pybind11;
4namespace br = Brush;
5namespace nl = nlohmann;
6
7// using Reg = br::Program<ArrayXf>;
8// using Cls = br::Program<ArrayXb>;
9// using Rep = br::Program<ArrayXXf>;
10// using MCls = br::Program<ArrayXi>;
11
12void bind_programs(py::module& m)
13{
18}
void bind_engine(py::module &m, string name)
void bind_programs(py::module &m)
< nsga2 selection operator for getting the front
Definition data.cpp:12