JAGA Homepage

Uses of Interface
org.jaga.definitions.GAResult

Packages that use GAResult
org.jaga.definitions   
org.jaga.exampleApplications.proteinLocation   
org.jaga.hooks   
org.jaga.masterAlgorithm   
org.jaga.util   
 

Uses of GAResult in org.jaga.definitions
 

Methods in org.jaga.definitions that return GAResult
 GAResult GeneticAlgorithm.exec(GAParameterSet parameters)
          Runs this master algorithm with the specified experimet paramenters.
 

Uses of GAResult in org.jaga.exampleApplications.proteinLocation
 

Methods in org.jaga.exampleApplications.proteinLocation with parameters of type GAResult
 void ProgressiveTestGroupSizeHook.foundNewResult(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void ProgressiveTestGroupSizeHook.generationChanged(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 

Uses of GAResult in org.jaga.hooks
 

Methods in org.jaga.hooks with parameters of type GAResult
 void SimpleGAHook.initialisationDone(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void SimpleGAHook.foundNewResult(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void SimpleGAHook.generationChanged(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void SimpleGAHook.terminationConditionApplies(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void SimpleGAHook.selectedForReproduction(SimpleGA caller, Individual[] selectedParents, Population pop, int age, GAResult result, GAParameterSet params)
           
 void SimpleGAHook.reproduced(SimpleGA caller, Individual[] children, Individual[] parents, Population pop, int age, GAResult result, GAParameterSet params)
           
private  void DebugHook.printResult(GAResult result, int age)
           
 void DebugHook.initialisationDone(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void DebugHook.foundNewResult(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void DebugHook.generationChanged(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet paramss)
           
 void DebugHook.terminationConditionApplies(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void DebugHook.selectedForReproduction(SimpleGA caller, Individual[] selectedParents, Population pop, int age, GAResult result, GAParameterSet params)
           
 void DebugHook.reproduced(SimpleGA caller, Individual[] children, Individual[] parents, Population pop, int age, GAResult result, GAParameterSet params)
           
 void BetterResultHook.generationChanged(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet paramss)
           
 void BetterResultHook.selectedForReproduction(SimpleGA caller, Individual[] selectedParents, Population pop, int age, GAResult result, GAParameterSet params)
           
 void BetterResultHook.reproduced(SimpleGA caller, Individual[] children, Individual[] parents, Population pop, int age, GAResult result, GAParameterSet params)
           
private  void AnalysisHook.updateResult(GAResult result, int age)
           
private  void AnalysisHook.updatePopulation(Population pop, int age, GAResult result)
           
 void AnalysisHook.initialisationDone(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void AnalysisHook.populationReinitialised(Population pop, int age, GAResult result, GAParameterSet params)
           
 void AnalysisHook.foundNewResult(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void AnalysisHook.generationChanged(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet paramss)
           
 void AnalysisHook.terminationConditionApplies(SimpleGA caller, Population pop, int age, GAResult result, GAParameterSet params)
           
 void AnalysisHook.selectedForReproduction(SimpleGA caller, Individual[] selectedParents, Population pop, int age, GAResult result, GAParameterSet params)
           
 void AnalysisHook.reproduced(SimpleGA caller, Individual[] children, Individual[] parents, Population pop, int age, GAResult result, GAParameterSet params)
           
 

Uses of GAResult in org.jaga.masterAlgorithm
 

Methods in org.jaga.masterAlgorithm that return GAResult
 GAResult SimpleGA.exec(GAParameterSet params)
           
protected  GAResult SimpleGA.createResult()
           
 GAResult ReusableSimpleGA.exec()
           
 

Methods in org.jaga.masterAlgorithm with parameters of type GAResult
protected  Population SimpleGA.generateNextPopulation(Population oldPop, int age, GAResult result, GAParameterSet params)
           
protected  boolean SimpleGA.checkForBetterResult(GAResult oldResult, Population newPop, GAParameterSet params)
           
protected  boolean SimpleGA.terminationConditionApplies(Population pop, int genNum, GAResult result, GAParameterSet params)
           
protected  void SimpleGA.notifyInitialisationDone(Population pop, int age, GAResult result, GAParameterSet params)
           
protected  void SimpleGA.notifyFoundNewResult(Population pop, int age, GAResult result, GAParameterSet params)
           
protected  void SimpleGA.notifyGenerationChanged(Population pop, int age, GAResult result, GAParameterSet params)
           
protected  void SimpleGA.notifyTerminationConditionApplies(Population pop, int age, GAResult result, GAParameterSet params)
           
protected  void SimpleGA.notifySelectedForReproduction(Individual[] selectedParents, Population pop, int age, GAResult result, GAParameterSet params)
           
protected  void SimpleGA.notifyReproduced(Individual[] children, Individual[] parents, Population pop, int age, GAResult result, GAParameterSet params)
           
protected  Population ElitistGA.generateNextPopulation(Population oldPop, int age, GAResult result, GAParameterSet params)
           
 

Uses of GAResult in org.jaga.util
 

Classes in org.jaga.util that implement GAResult
 class FittestIndividualResult
          TODO: Complete these comments.
 


JAGA Homepage

Go to JAGA Homepage