|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGameGeneticAlgorithm
Defines methods required by game genetic algorithms.
Method Summary | |
---|---|
int |
getFitnessLoss()
Return the fitness loss value. |
int |
getFitnessTie()
Return the fitness tie value. |
int |
getFitnessWin()
Return the fitness win value. |
void |
setFitnessLoss(int fitness)
Set the fitness loss value. |
void |
setFitnessTie(int fitness)
Set the fitness tie value. |
void |
setFitnessWin(int fitness)
Set the fitness win value. |
void |
setVerbose(boolean isVerbose)
Set the flag which indicates whether to provide text output. |
Methods inherited from interface org.vizzini.ai.geneticalgorithm.IGeneticAlgorithm |
---|
getCrossoverFraction, getCrossoverType, getElapsedTime, getGeneration, getMostFit, getMutationFraction, getMutationMagnitude, getMutationRate, getPopulationSize, getProcessingRate, reset, runGenerations, setAverageCrossoverFraction, setCrossoverFraction, setCrossoverType, setDuplicateAllowed, setMutationFraction, setMutationMagnitude, setMutationRate, setPopulationSize, writeReport |
Method Detail |
---|
void setFitnessLoss(int fitness)
int getFitnessLoss()
void setFitnessTie(int fitness)
int getFitnessTie()
void setFitnessWin(int fitness)
int getFitnessWin()
void setVerbose(boolean isVerbose)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |