clarion.system
Interface InterfaceRuntimeTrainable

All Superinterfaces:
InterfaceHandlesFeedback, InterfaceTrainable
All Known Subinterfaces:
InterfaceUsesQLearning
All Known Implementing Classes:
AbstractRuntimeTrainableBPNet, AbstractRuntimeTrainableImplicitModule, QBPNet, SimplifiedQBPNet, TableLookup

public interface InterfaceRuntimeTrainable
extends InterfaceTrainable, InterfaceHandlesFeedback

This interface is implemented by classes that can be trained at runtime within CLARION. It extends (combines) the InterfaceTrainable and InterfaceHandlesFeedback interfaces.

Usage:

Any class that implements this interface will []

Known Subinterfaces:

Known classes implementing this interface:

Version:
6.0.4
Author:
Nick Wilson

Method Summary
 
Methods inherited from interface clarion.system.InterfaceTrainable
backwardPass, getSumSqErrors, setDesiredOutput, setDesiredOutput
 
Methods inherited from interface clarion.system.InterfaceHandlesFeedback
checkMatchCriterion, getFeedback, setFeedback