Module revonet::neproblem [] [src]

Structs

SymbolicRegressionProblem

Problem which is typically used to test GP algorithms. Represents symbolic regression with 1 input and 1 output. There are three variants: * f - 4-th order polynomial. * g - 5-th order polynomial. * h - 6-th order polynomial.

XorProblem

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

Traits

NeuroProblem

Trait for problem where NN is a solution.