Package hu.birot.OTKit.performance

Classes related to approaches to linguistic performance and simulated annealing.

See:
          Description

Interface Summary
RulesOfMoving This interface gives the structure for any object of type RulesOfMoving, which are used during random walks (such as hill climbing and simulated annealing).
 

Class Summary
CoolingSchedule This interface gives you the general framework for defining a cooling schedule for simulated annealing.
CoolingScheduleExamples This class returns instances of CoolingSchedules.
Grammaticality Making grammaticality judgments.
Production This abstract class realizes the language production capacity of an agent.
ProductionExamples This class contains a number of static methods returning concrete implementations of the abstract class Production.
RandomWalks This class contains static methods performing different types of random walks.
RulesOfMovingExamples This class contains static methods that return instances of RulesOfMoving, which can be used in different simulations.
Temperature This class, actually a data type, represents "temperature", as it is used in simulated annealing.
 

Package hu.birot.OTKit.performance Description

Classes related to approaches to linguistic performance and simulated annealing.