Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Pop::Population< T >::SameFitComplexity Struct Reference

check for same fitness and complexity to filter uniqueness. More...

#include <population.h>

Public Member Functions

 SameFitComplexity (Population< T > &p)
 
bool operator() (size_t i, size_t j)
 

Public Attributes

Population< T > & pop
 

Detailed Description

template<ProgramType T>
struct Brush::Pop::Population< T >::SameFitComplexity

check for same fitness and complexity to filter uniqueness.

Definition at line 75 of file population.h.

Constructor & Destructor Documentation

◆ SameFitComplexity()

template<ProgramType T>
Brush::Pop::Population< T >::SameFitComplexity::SameFitComplexity ( Population< T > & p)
inline

Definition at line 78 of file population.h.

Member Function Documentation

◆ operator()()

template<ProgramType T>
bool Brush::Pop::Population< T >::SameFitComplexity::operator() ( size_t i,
size_t j )
inline

Definition at line 79 of file population.h.

Here is the call graph for this function:

Member Data Documentation

◆ pop

template<ProgramType T>
Population<T>& Brush::Pop::Population< T >::SameFitComplexity::pop

Definition at line 77 of file population.h.


The documentation for this struct was generated from the following file: