#include <InputGeneratorXOR.hpp>
Inheritance diagram for InputGeneratorXOR:
Public Member Functions | |
InputGeneratorXOR () | |
virtual Vector | GetInput () |
virtual Vector | GetOutput () |
virtual Vector const & | GetLastInput () const |
virtual unsigned int | GetDimension () const |
virtual GeneratorType | GetGeneratorType () const |
Protected Attributes | |
unsigned int | m_dimension |
double | m_min |
double | m_max |
Vector | m_input |
|
|
|
Implements IInputGenerator. |
|
Reimplemented from IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
|
|
|
|
|
|
|