|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jabm.evolution.CombiBreeder
public class CombiBreeder
A combination of different breeders which forms a pipeline for producing the next generation.
![]() |
![]() |
| Field Summary | |
|---|---|
protected java.util.List<Breeder> |
breedingPipeline
The breeding pipeline. |
| Constructor Summary | |
|---|---|
CombiBreeder()
|
|
| Method Summary | |
|---|---|
java.util.List<Breeder> |
getBreedingPipeline()
|
AgentList |
reproduce(AgentList currentGeneration)
Compute the next generation of agents. |
void |
setBreedingPipeline(java.util.List<Breeder> breedingPipeline)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Breeder> breedingPipeline
| Constructor Detail |
|---|
public CombiBreeder()
| Method Detail |
|---|
public AgentList reproduce(AgentList currentGeneration)
Breeder
reproduce in interface BreedercurrentGeneration - The agents comprising the current generation.
public java.util.List<Breeder> getBreedingPipeline()
public void setBreedingPipeline(java.util.List<Breeder> breedingPipeline)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||