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

Go to the source code of this file.

Classes

class  Brush::Pop::Individual< T >
 

Namespaces

namespace  Brush
 < nsga2 selection operator for getting the front
 
namespace  Brush::Pop
 

Functions

template<ProgramType T>
void Brush::Pop::to_json (json &j, const Individual< T > &p)
 
template<ProgramType T>
void Brush::Pop::from_json (const json &j, Individual< T > &p)