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
NetUpdate Class Reference

updates for network More...

#include <elman.h>

Public Member Functions

 NetUpdate ()
 
 NetUpdate (int numweights, int numbias, int numothers)
 

Public Attributes

std::vector< matrix::Matrixweights
 
std::vector< matrix::Matrixbias
 
std::vector< matrix::Matrixother
 

Detailed Description

updates for network

Constructor & Destructor Documentation

NetUpdate ( )
inline
NetUpdate ( int  numweights,
int  numbias,
int  numothers 
)
inline

Member Data Documentation

std::vector<matrix::Matrix> bias
std::vector<matrix::Matrix> other
std::vector<matrix::Matrix> weights

The documentation for this class was generated from the following file: