Struct revonet::neproblem::XorProblem [] [src]

pub struct XorProblem {}

Classical noiseless XOR problem with 2 binary inputs and 1 output.

Methods

impl XorProblem
[src]

Trait Implementations

impl NeuroProblem for XorProblem
[src]

Number of input variables.

Number of output (target) variables.

Returns random network with default number of inputs and outputs and some predefined structure. Read more

Compute fitness value for the given neural network. Read more