Brush C++ API
A flexible interpretable machine learning framework
|
Sort each island in increasing complexity. This is not thread safe. I should set complexities of the whole population before calling it, and use get_complexity instead. More...
#include <population.h>
Public Member Functions | |
SortComplexity (Population &p) | |
bool | operator() (size_t i, size_t j) |
Public Attributes | |
Population & | pop |
Sort each island in increasing complexity. This is not thread safe. I should set complexities of the whole population before calling it, and use get_complexity instead.
Definition at line 64 of file population.h.
|
inline |
Definition at line 67 of file population.h.
|
inline |
Population& Brush::Pop::Population< T >::SortComplexity::pop |
Definition at line 66 of file population.h.