Rprop.h File Reference

Go to the source code of this file.

Classes

class  shark::RpropMinus
 This class offers methods for the usage of the Resilient-Backpropagation-algorithm without weight-backtracking. More...
 
class  shark::RpropPlus
 This class offers methods for the usage of the Resilient-Backpropagation-algorithm with weight-backtracking. More...
 
class  shark::IRpropPlus
 This class offers methods for the usage of the improved Resilient-Backpropagation-algorithm with weight-backtracking. More...
 
class  shark::IRpropPlusFull
 
class  shark::IRpropMinus
 This class offers methods for the usage of the improved Resilient-Backpropagation-algorithm without weight-backtracking. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Typedefs

typedef IRpropPlus shark::Rprop99
 
typedef IRpropMinus shark::Rprop99d
 
typedef RpropPlus shark::Rprop93
 
typedef RpropMinus shark::Rprop94