Uses of Interface
com.rubecula.darwin.foundation.HasExpressions

Packages that use HasExpressions
com.rubecula.darwin.domain.fitness

Math 

com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.domain.world

Darwin 

com.rubecula.darwin.examples.pepperedmoth

Peppered Moth Example 

com.rubecula.darwin.examples.travelingsalesman

Traveling Salesman Example 

 

Uses of HasExpressions in com.rubecula.darwin.domain.fitness
 

Classes in com.rubecula.darwin.domain.fitness that implement HasExpressions
 class FitnessEngine_
          Defines the base methods and fields for an implementation of FitnessEngine interface.
 class FitnessEngine_Simple
          Default implementation of FitnessEngine interface.
 

Uses of HasExpressions in com.rubecula.darwin.domain.helper
 

Subinterfaces of HasExpressions in com.rubecula.darwin.domain.helper
 interface FitnessEngine
           Registry for fitness functions for Taxon (Evolutionary Computation) Systems.
 

Uses of HasExpressions in com.rubecula.darwin.domain.world
 

Classes in com.rubecula.darwin.domain.world that implement HasExpressions
 class Function_Choosy
          This class implements the Choosy.getMinimumDesirability(double) function and allows dynamic varying of the specific formula, by emplying an Evaluator.
 class Function_Desirable
          Concrete implementation of Desirable which extends Function_ and implements HasExpressions (thus it can be updated graphically at runtime).
 class MateChoice_Evaluator
           
 

Uses of HasExpressions in com.rubecula.darwin.examples.pepperedmoth
 

Classes in com.rubecula.darwin.examples.pepperedmoth that implement HasExpressions
 class FitnessEngine_PepperedMoth
          Fitness engine for the peppered moth.
 class MateChoice_PepperedMoth
          Default implementation of MateChoice.
 class WcSdFitness
          Application-specific Fitness implementation.
 

Uses of HasExpressions in com.rubecula.darwin.examples.travelingsalesman
 

Classes in com.rubecula.darwin.examples.travelingsalesman that implement HasExpressions
 class FitnessEngine_TS
           
 class RouteFitness
           
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.