TORCS  1.3.9
The Open Racing Car Simulator
ANN_ Struct Reference

ANN management structure. More...

#include <ANN.h>

Collaboration diagram for ANN_:

Public Attributes

int n_inputs
 number of inputs More...
 
int n_outputs
 number of outputs More...
 
LISTc
 connection layers More...
 
realx
 unit inputs More...
 
realy
 unit activations More...
 
realt
 targets More...
 
reald
 delta vector More...
 
real a
 learning rate More...
 
real lambda
 eligibility trace decay More...
 
real zeta
 variance update smoothness More...
 
realerror
 errors More...
 
bool batch_mode
 use batch mode More...
 
bool eligibility_traces
 use eligibility More...
 

Detailed Description

ANN management structure.

Definition at line 89 of file ANN.h.

Member Data Documentation

◆ a

real ANN_::a

learning rate

Definition at line 97 of file ANN.h.

◆ batch_mode

bool ANN_::batch_mode

use batch mode

Definition at line 101 of file ANN.h.

◆ c

LIST* ANN_::c

connection layers

Definition at line 92 of file ANN.h.

◆ d

real* ANN_::d

delta vector

Definition at line 96 of file ANN.h.

◆ eligibility_traces

bool ANN_::eligibility_traces

use eligibility

Definition at line 102 of file ANN.h.

◆ error

real* ANN_::error

errors

Definition at line 100 of file ANN.h.

◆ lambda

real ANN_::lambda

eligibility trace decay

Definition at line 98 of file ANN.h.

◆ n_inputs

int ANN_::n_inputs

number of inputs

Definition at line 90 of file ANN.h.

◆ n_outputs

int ANN_::n_outputs

number of outputs

Definition at line 91 of file ANN.h.

◆ t

real* ANN_::t

targets

Definition at line 95 of file ANN.h.

◆ x

real* ANN_::x

unit inputs

Definition at line 93 of file ANN.h.

◆ y

real* ANN_::y

unit activations

Definition at line 94 of file ANN.h.

◆ zeta

real ANN_::zeta

variance update smoothness

Definition at line 99 of file ANN.h.


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