24 state.
push<
bool>(!state.
pop<
bool>());
36 state.
push<
bool>(
"NOT(" + state.
popStr<
bool>() +
")");
data holding X, y, and Z data
NodeNot * rnd_clone_impl() const override
NodeNot * clone_impl() const override
void eval_eqn(State &state)
Evaluates the node symbolically.
void evaluate(const Data &data, State &state)
Evaluates the node and updates the state states.
std::map< char, unsigned int > arity
arity of the operator
int complexity
complexity of node
void GPU_Not(bool *x, size_t idx, size_t N)
contains various types of State actually used by feat
Eigen::Array< T, Eigen::Dynamic, 1 > pop()
void push(Eigen::Array< T, Eigen::Dynamic, 1 > value)