|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessBest | |
---|---|
com.rubecula.darwin.domain.world | Darwin |
com.rubecula.darwin.foundation |
Uses of ProcessBest in com.rubecula.darwin.domain.world |
---|
Classes in com.rubecula.darwin.domain.world that implement ProcessBest | |
---|---|
protected class |
Population_Managed.ProcessBestInEnvironment
Type which provides a callback method which is called whenever a new best organism in the environment is found. |
Methods in com.rubecula.darwin.domain.world with parameters of type ProcessBest | |
---|---|
protected boolean |
Population_Managed.processBestFit(ProcessBest<Organism> bestOfGenerationProcessor)
TODO this needs to be rewritten. |
Constructors in com.rubecula.darwin.domain.world with parameters of type ProcessBest | |
---|---|
Best_Organism(java.lang.String identifier,
int generation,
java.util.Collection<Organism> candidates,
ProcessBest<Organism> processor)
|
|
Best_Organism(java.lang.String identifier,
int generation,
ProcessBest<Organism> processor,
int convergence)
|
|
Best_Organism(java.lang.String identifier,
Organism best,
int generation,
ProcessBest<Organism> processor,
int convergence)
|
Uses of ProcessBest in com.rubecula.darwin.foundation |
---|
Methods in com.rubecula.darwin.foundation that return ProcessBest | |
---|---|
ProcessBest<T> |
Best_.getProcessor()
|
ProcessBest<T> |
Best.getProcessor()
|
Constructors in com.rubecula.darwin.foundation with parameters of type ProcessBest | |
---|---|
Best_(java.lang.String id,
java.util.Collection<T> candidates,
ProcessBest<T> processor)
Construct the Best_ object based on the identifier id , and
get the best value for the given candidates , using the
processor if not-null. |
|
Best_(java.lang.String id,
ProcessBest<T> processor)
|
|
Best_(java.lang.String id,
ProcessBest<T> processor,
int convergence)
|
|
Best_(java.lang.String id,
T best,
ProcessBest<T> processor,
int convergence)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |