MBDyn-1.7.3
|
#include <ann.h>
ANN_vector_vector ANN::dEdV |
Definition at line 115 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), and ANN_init().
ANN_vector_matrix ANN::dEdW |
Definition at line 110 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_init(), and ANN_TrainingEpoch().
ANN_vector_matrix ANN::dW |
Definition at line 114 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_reset(), ANN_TrainingEpoch(), and main().
ANN_vector_vector ANN::dXdu |
Definition at line 115 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), and ANN_jacobian_matrix().
ANN_vector_vector ANN::dXdW |
Definition at line 115 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), and ANN_init().
ANN_vector_matrix** ANN::dy |
Definition at line 111 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), and ANN_reset().
ANN_vector_vector ANN::dydV |
Definition at line 115 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), and ANN_init().
ANN_vector_matrix* ANN::dydW |
Definition at line 114 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), and ANN_init().
vector ANN::error |
Definition at line 116 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), and ANN_TrainingEpoch().
double ANN::eta |
Definition at line 91 of file ann.h.
Referenced by ANN_dEdW(), ANN_init(), ANN_write(), and main().
vector ANN::input |
Definition at line 116 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_TrainingEpoch(), main(), AnnElasticConstitutiveLaw< T, Tder >::Update(), AnnElasticConstitutiveLaw< doublereal, doublereal >::Update(), AnnViscoElasticConstitutiveLaw< T, Tder >::Update(), and AnnViscoElasticConstitutiveLaw< doublereal, doublereal >::Update().
matrix ANN::input_scale |
Definition at line 101 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_jacobian_matrix(), ANN_sim(), and ANN_write().
matrix ANN::jacobian |
Definition at line 98 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), AnnElasticConstitutiveLaw< T, Tder >::Update(), AnnElasticConstitutiveLaw< doublereal, doublereal >::Update(), AnnViscoElasticConstitutiveLaw< T, Tder >::Update(), and AnnViscoElasticConstitutiveLaw< doublereal, doublereal >::Update().
int ANN::N_input |
Definition at line 84 of file ann.h.
Referenced by ANN_dXdW(), ANN_init(), ANN_jacobian_matrix(), ANN_sim(), ANN_TrainingEpoch(), ANN_write(), main(), AnnElasticConstitutiveLaw< doublereal, doublereal >::Update(), and AnnViscoElasticConstitutiveLaw< doublereal, doublereal >::Update().
int ANN::N_layer |
Definition at line 86 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), ANN_jacobian_matrix(), ANN_reset(), ANN_sim(), ANN_TrainingEpoch(), ANN_WeightUpdate(), ANN_write(), and main().
int* ANN::N_neuron |
Definition at line 87 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), ANN_jacobian_matrix(), ANN_reset(), ANN_sim(), ANN_write(), and main().
int ANN::N_output |
Definition at line 85 of file ann.h.
Referenced by ANN_dEdW(), ANN_init(), ANN_jacobian_matrix(), ANN_sim(), ANN_TrainingEpoch(), ANN_write(), and main().
vector ANN::output |
Definition at line 116 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_TrainingEpoch(), main(), AnnElasticConstitutiveLaw< T, Tder >::Update(), AnnElasticConstitutiveLaw< doublereal, doublereal >::Update(), AnnViscoElasticConstitutiveLaw< T, Tder >::Update(), and AnnViscoElasticConstitutiveLaw< doublereal, doublereal >::Update().
matrix ANN::output_scale |
Definition at line 102 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_jacobian_matrix(), ANN_sim(), and ANN_write().
int ANN::r |
Definition at line 88 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), ANN_reset(), ANN_sim(), and ANN_write().
double ANN::rho |
Definition at line 92 of file ann.h.
Referenced by ANN_dEdW(), ANN_init(), and ANN_write().
ANN_vector_vector ANN::temp |
Definition at line 115 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), and ANN_jacobian_matrix().
ANN_vector_vector ANN::v |
Definition at line 105 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), ANN_jacobian_matrix(), and ANN_sim().
ANN_vector_matrix ANN::W |
Definition at line 95 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_dXdW(), ANN_init(), ANN_jacobian_matrix(), ANN_sim(), ANN_WeightUpdate(), ANN_write(), and main().
w_destroy_f ANN::w_destroy |
Definition at line 77 of file ann.h.
Referenced by ANN_destroy(), and ANN_init().
w_eval_f ANN::w_eval |
Definition at line 80 of file ann.h.
Referenced by ANN_init(), ANN_InternalFunction(), and ANN_InternalFunctionDer().
w_init_f ANN::w_init |
Definition at line 76 of file ann.h.
Referenced by ANN_init().
void* ANN::w_priv |
Definition at line 81 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_InternalFunction(), ANN_InternalFunctionDer(), and ANN_write().
w_read_f ANN::w_read |
Definition at line 78 of file ann.h.
Referenced by ANN_init().
w_write_f ANN::w_write |
Definition at line 79 of file ann.h.
Referenced by ANN_init(), and ANN_write().
ANN_vector_vector ANN::Y_neuron |
Definition at line 106 of file ann.h.
Referenced by ANN_dEdW(), ANN_destroy(), ANN_init(), and ANN_sim().
vector ANN::yD |
Definition at line 107 of file ann.h.
Referenced by ANN_destroy(), ANN_init(), ANN_reset(), and ANN_sim().