Package | Description |
---|---|
net.sourceforge.jabm.learning |
A library of algorithms for individual learning.
|
net.sourceforge.jabm.prng | |
net.sourceforge.jabm.util |
Modifier and Type | Class and Description |
---|---|
class |
QLearner
An implementation of the Q-learning algorithm.
|
class |
StatelessQLearner
A memory-less version of the Q-Learning algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscreteProbabilityDistribution
A class representing a discrete probability distribution which can used to
generate random events according to the specified distribution.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedLengthQueue
A queue with fixed length, which can be useful when tracking a sliding window
on a data series
|
class |
SummaryStats
A utility class for cumulative tracking of stats for a set of doubles.
|
Copyright © 2014. All rights reserved.