Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
init.h File Reference
#include "stdint.h"
#include <Eigen/Dense>
#include <memory>
#include <iostream>
#include <fstream>
#include <numeric>
#include <map>
#include <set>
#include <vector>
#include <string>
#include <fmt/ostream.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include "nlohmann/json.hpp"
#include "types.h"
Include dependency graph for init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Brush
 < nsga2 selection operator for getting the front
 

Macros

#define omp_get_thread_num()   0
 
#define omp_get_num_threads()   1
 
#define omp_get_max_threads()   1
 
#define omp_set_num_threads(x)   0
 
#define FMT_HEADER_ONLY
 

Typedefs

typedef std::map< string, std::pair< vector< ArrayXf >, vector< ArrayXf > > > LongData
 

Variables

static float NEAR_ZERO = 0.0000001
 
static float MAX_FLT = std::numeric_limits<float>::max()
 
static float MIN_FLT = std::numeric_limits<float>::lowest()
 
template<class >
constexpr bool Brush::always_false_v = false
 

Macro Definition Documentation

◆ FMT_HEADER_ONLY

#define FMT_HEADER_ONLY

Definition at line 29 of file init.h.

◆ omp_get_max_threads

#define omp_get_max_threads ( )    1

Definition at line 14 of file init.h.

◆ omp_get_num_threads

#define omp_get_num_threads ( )    1

Definition at line 13 of file init.h.

◆ omp_get_thread_num

#define omp_get_thread_num ( )    0

Definition at line 12 of file init.h.

◆ omp_set_num_threads

#define omp_set_num_threads ( x)    0

Definition at line 15 of file init.h.

Typedef Documentation

◆ LongData

typedef std::map<string, std::pair<vector<ArrayXf>, vector<ArrayXf> > > LongData

Definition at line 52 of file init.h.

Variable Documentation

◆ MAX_FLT

float MAX_FLT = std::numeric_limits<float>::max()
static

Definition at line 61 of file init.h.

◆ MIN_FLT

Definition at line 62 of file init.h.

◆ NEAR_ZERO

float NEAR_ZERO = 0.0000001
static

Definition at line 60 of file init.h.