hu.birot.OTKit.learning
Class Learning

java.lang.Object
  extended by hu.birot.OTKit.learning.Learning
Direct Known Subclasses:
OfflineLearning, OnlineLearning

public abstract class Learning
extends java.lang.Object

A learning method, abstractly. It is extended into classes OnlineLearning and OfflineLearning. An agent typically has a learning method.


Constructor Summary
Learning()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Learning

public Learning()