|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ZClassifierSet | |
| simuLCS | |
| Uses of ZClassifierSet in simuLCS |
| Methods in simuLCS that return ZClassifierSet | |
protected ZClassifierSet |
AgentClassifierLearning.moveLearner(Arena arena,
Entity[] others,
int nbEntities,
java.awt.Graphics2D g)
From the actual position of the agent, the system will try to guess where it is going to be at the next time step, by calculating its response according to its expected behaviour (ie the current behaviour provided by the Learning System). |
ZClassifierSet |
ZClassifierSet.getMatchSet(java.lang.String state,
ZClassifierSet pop)
Constructs a match set out of the population. |
ZClassifierSet |
ZClassifierSet.getRandomActionSet(int nbOfClassifiers)
Constructs a random action set out of the given match set. |
ZClassifierSet |
ZClassifierSet.getRWActionSet(int nbOfClassifiers)
Get an Action Set from the current set, by selecting nbOfClassifiers
using the Roulette Wheel |
| Methods in simuLCS with parameters of type ZClassifierSet | |
ZClassifierSet |
ZClassifierSet.getMatchSet(java.lang.String state,
ZClassifierSet pop)
Constructs a match set out of the population. |
void |
ZClassifierSet.runGA(int timeSteps,
java.lang.String state,
ZClassifierSet pop)
The Genetic Algorithm for the ZCS. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||