|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionListener | |
---|---|
com.rubecula.darwin.domain.fitness | Math |
com.rubecula.darwin.examples.pepperedmoth | Peppered Moth Example |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
com.rubecula.darwin.foundation |
Uses of FunctionListener in com.rubecula.darwin.domain.fitness |
---|
Classes in com.rubecula.darwin.domain.fitness that implement FunctionListener | |
---|---|
class |
FitnessEngine_
Defines the base methods and fields for an implementation of FitnessEngine interface. |
class |
FitnessEngine_Simple
Default implementation of FitnessEngine interface. |
Constructors in com.rubecula.darwin.domain.fitness with parameters of type FunctionListener | |
---|---|
Fitness_(FitnessFunction fitnessFunction,
FunctionListener functionListener)
|
|
Fitness_Hamiltonian(FitnessFunction fitnessFunction,
FunctionListener functionListener)
|
Uses of FunctionListener in com.rubecula.darwin.examples.pepperedmoth |
---|
Classes in com.rubecula.darwin.examples.pepperedmoth that implement FunctionListener | |
---|---|
class |
FitnessEngine_PepperedMoth
Fitness engine for the peppered moth. |
Constructors in com.rubecula.darwin.examples.pepperedmoth with parameters of type FunctionListener | |
---|---|
WcSdFitness(com.rubecula.jexpression.Evaluator evaluator,
FunctionListener functionListener)
|
Uses of FunctionListener in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement FunctionListener | |
---|---|
class |
FitnessEngine_TS
|
Uses of FunctionListener in com.rubecula.darwin.foundation |
---|
Methods in com.rubecula.darwin.foundation with parameters of type FunctionListener | |
---|---|
void |
Function_.addListener(FunctionListener listener)
|
void |
Function.addListener(FunctionListener listener)
Method to add a function listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |