Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
fitness.h File Reference
#include <functional>
#include "../init.h"
#include "../util/utils.h"
Include dependency graph for fitness.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Brush::Fitness
 Represents the fitness of an individual in the Brush namespace. More...
 

Namespaces

namespace  Brush
 < nsga2 selection operator for getting the front
 

Functions

void Brush::to_json (json &j, const Fitness &f)
 
void Brush::from_json (const json &j, Fitness &f)