Brush C++ API
A flexible interpretable machine learning framework
|
Inserts an split node in the spot
More...
Static Public Member Functions | |
template<Brush::ProgramType T> | |
static auto | find_spots (Program< T > &program, Variation< T > &variator, const Parameters ¶ms) |
template<Brush::ProgramType T> | |
static auto | mutate (Program< T > &program, Iter spot, Variation< T > &variator, const Parameters ¶ms) |
![]() | |
template<Brush::ProgramType T> | |
static auto | find_spots (Program< T > &program, Variation< T > &variator, const Parameters ¶ms) |
template<Brush::ProgramType T> | |
static auto | mutate (Program< T > &program, Iter spot, Variation< T > &variator, const Parameters ¶ms) |
Additional Inherited Members | |
![]() | |
using | Iter = tree<Node>::pre_order_iterator |
Inserts an split node in the spot
prog | the program |
Tree | the program tree |
spot | an iterator to the node that is being mutated |
SS | the search space to generate a compatible subtree |
Definition at line 356 of file variation.cpp.
|
inlinestatic |
|
inlinestatic |
Definition at line 394 of file variation.cpp.