OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StoppingCriteria.h
Go to the documentation of this file.
1 #ifndef OPENANN_OPTIMIZATION_STOPPINGCRITERIA_H_
2 #define OPENANN_OPTIMIZATION_STOPPINGCRITERIA_H_
3 
4 namespace OpenANN
5 {
6 
15 {
16 public:
18 
35  double minimalValue;
44 
49 };
50 
51 } // namespace OpenANN
52 
53 #endif // OPENANN_OPTIMIZATION_STOPPINGCRITERIA_H_