JAGA Homepage

Uses of Class
org.jaga.hooks.SimpleGAHook

Packages that use SimpleGAHook
org.jaga.exampleApplications.proteinLocation   
org.jaga.hooks   
org.jaga.masterAlgorithm   
 

Uses of SimpleGAHook in org.jaga.exampleApplications.proteinLocation
 

Subclasses of SimpleGAHook in org.jaga.exampleApplications.proteinLocation
 class ProgressiveTestGroupSizeHook
          TODO: Complete these comments.
 

Uses of SimpleGAHook in org.jaga.hooks
 

Subclasses of SimpleGAHook in org.jaga.hooks
 class AnalysisHook
          TODO: Complete these comments.
 class BetterResultHook
          TODO: Complete these comments.
 class DebugHook
          TODO: Complete these comments.
 

Uses of SimpleGAHook in org.jaga.masterAlgorithm
 

Methods in org.jaga.masterAlgorithm with parameters of type SimpleGAHook
 boolean SimpleGA.addHook(SimpleGAHook hook)
           
 boolean SimpleGA.removeHook(SimpleGAHook hook)
           
 


JAGA Homepage

Go to JAGA Homepage