Brush C++ API
A flexible interpretable machine learning framework
|
insert a node with spot as a child More...
Static Public Member Functions | |
static auto | find_spots (tree< Node > &Tree, const SearchSpace &SS, const Parameters ¶ms) |
static auto | mutate (tree< Node > &Tree, Iter spot, const SearchSpace &SS, const Parameters ¶ms) |
Static Public Member Functions inherited from Brush::Var::MutationBase | |
static auto | find_spots (tree< Node > &Tree, const SearchSpace &SS, const Parameters ¶ms) |
static auto | mutate (tree< Node > &Tree, Iter spot, const SearchSpace &SS, const Parameters ¶ms) |
Additional Inherited Members | |
Public Types inherited from Brush::Var::MutationBase | |
using | Iter = tree<Node>::pre_order_iterator |
insert a node with spot as a child
prog | the program |
Tree | the program tree |
spot | an iterator to the node that is being mutated |
SS | the search space to sample a node like spot |
Definition at line 38 of file variation.cpp.
|
inlinestatic |
Definition at line 41 of file variation.cpp.
|
inlinestatic |
Definition at line 72 of file variation.cpp.