Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
feedforwardtest.cpp File Reference
#include <iostream>
#include <vector>
#include <stdlib.h>
#include <selforg/multilayerffnn.h>
#include <selforg/controllernet.h>
#include <selforg/som.h>
#include <selforg/neuralgas.h>
#include <selforg/matrix.h>
Include dependency graph for feedforwardtest.cpp:

Functions

void test2x2 (MultiLayerFFNN &net)
 
MultiLayerFFNN testnonlinear ()
 
void testresponse (MultiLayerFFNN net)
 
void testinvertation (MultiLayerFFNN net)
 
void testsom1D ()
 
void testsom2D ()
 
void testsom1D_local ()
 
void testneuralgas ()
 
void testprojections (ControllerNet net)
 
int controllernettest ()
 
int main ()
 

Function Documentation

int controllernettest ( )
int main ( )
void test2x2 ( MultiLayerFFNN net)
void testinvertation ( MultiLayerFFNN  net)
void testneuralgas ( )
MultiLayerFFNN testnonlinear ( )
void testprojections ( ControllerNet  net)
void testresponse ( MultiLayerFFNN  net)
void testsom1D ( )
void testsom1D_local ( )
void testsom2D ( )