Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Var::MutationBase Class Reference

#include <variation.h>

Inheritance diagram for Brush::Var::MutationBase:

Public Types

using Iter = tree<Node>::pre_order_iterator
 

Static Public Member Functions

static auto find_spots (tree< Node > &Tree, const SearchSpace &SS, const Parameters &params)
 
static auto mutate (tree< Node > &Tree, Iter spot, const SearchSpace &SS, const Parameters &params)
 

Detailed Description

Definition at line 23 of file variation.h.

Member Typedef Documentation

◆ Iter

Member Function Documentation

◆ find_spots()

static auto Brush::Var::MutationBase::find_spots ( tree< Node > & Tree,
const SearchSpace & SS,
const Parameters & params )
inlinestatic

Definition at line 27 of file variation.h.

Here is the call graph for this function:

◆ mutate()

static auto Brush::Var::MutationBase::mutate ( tree< Node > & Tree,
Iter spot,
const SearchSpace & SS,
const Parameters & params )
static

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