|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFitnessCase | |
---|---|
org.vizzini.ai.geneticalgorithm | Provides genetic algorithm classes for the game framework. |
org.vizzini.ai.geneticalgorithm.example | |
org.vizzini.ai.geneticprogramming.example |
Uses of IFitnessCase in org.vizzini.ai.geneticalgorithm |
---|
Classes in org.vizzini.ai.geneticalgorithm that implement IFitnessCase | |
---|---|
class |
AbstractFitnessCase
Provides base functionality for a fitness case in a genetic algorithm. |
class |
DefaultFitnessCase
Provides a default implementation of a fitness case for a genetic algorithm. |
Methods in org.vizzini.ai.geneticalgorithm that return IFitnessCase | |
---|---|
IFitnessCase |
AbstractContext.getCurrentFitnessCase()
Return the current fitness case. |
IFitnessCase |
IContext.getCurrentFitnessCase()
Return the current fitness case. |
Methods in org.vizzini.ai.geneticalgorithm with parameters of type IFitnessCase | |
---|---|
void |
AbstractContext.add(IFitnessCase fitnessCase)
Add the given fitness case. |
void |
IContext.add(IFitnessCase fitnessCase)
Add the given fitness case. |
Uses of IFitnessCase in org.vizzini.ai.geneticalgorithm.example |
---|
Fields in org.vizzini.ai.geneticalgorithm.example declared as IFitnessCase | |
---|---|
static IFitnessCase[] |
CharacterRecognitionTestData.FITNESS_CASES
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_A_FC
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_C_FC
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_E_FC
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_Q_FC
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_S_FC
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_T_FC
|
static IFitnessCase |
CharacterRecognitionTestData.LETTER_V_FC
|
Methods in org.vizzini.ai.geneticalgorithm.example that return IFitnessCase | |
---|---|
protected static IFitnessCase |
CharacterRecognitionTestData.createFitnessCase(double[] letter,
int result)
|
Uses of IFitnessCase in org.vizzini.ai.geneticprogramming.example |
---|
Methods in org.vizzini.ai.geneticprogramming.example that return IFitnessCase | |
---|---|
protected IFitnessCase |
CharacterRecognition.createFitnessCase(boolean x0,
boolean x1,
boolean y)
Create a fitness case for the given parameters. |
protected IFitnessCase |
XOR.createFitnessCase(boolean x0,
boolean x1,
boolean y)
Create a fitness case for the given parameters. |
protected IFitnessCase |
SymbolicRegression.createFitnessCase(double x)
Create a fitness case for the given value of x. |
protected IFitnessCase |
CartCentering.createFitnessCase(double x,
double v)
Create a fitness case for the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |