Documentation For Encog 2.x

HybridStrategy Members

HybridStrategy overview

Public Static Fields

DEFAULT_ALTERNATE_CYCLES The default number of cycles to use the alternate training for.
DEFAULT_MIN_IMPROVEMENT The default minimum improvement before we switch to the alternate training method.
DEFAULT_TOLERATE_CYCLES The default number of cycles to tolerate bad improvement for.

Public Instance Constructors

HybridStrategy Overloaded. Initializes a new instance of the HybridStrategy class.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Init Initialize this strategy.
PostIteration Called just after a training iteration.
PreIteration Called just before a training iteration.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

HybridStrategy Class | Encog.Neural.Networks.Training.Strategy Namespace