#include "abstractcontroller.h"
#include <assert.h>
#include <cmath>
#include <selforg/matrix.h>
#include <selforg/multilayerffnn.h>
Include dependency graph for ffnncontroller.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | FFNNController |
class for robot controller that uses the georg's matrixlib for direct robnot control with a given neural feedforward network More... |