| Package | Description |
|---|---|
| ec | |
| ec.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
Population
A Population is the repository for all the Individuals being bred or
evaluated in the evolutionary run at a given time.
|
class |
Subpopulation
Subpopulation is a group which is basically an array of Individuals.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.emptyClone()
Returns a copy of the object just as it had been
immediately after Setup was called on it (or on
an ancestor object).
|
Group |
Population.emptyClone()
Returns an instance of Population just like it had been before it was
populated with individuals.
|
Group |
Subpopulation.emptyClone()
Returns an instance of Subpopulation just like it had been before it was
populated with individuals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Spatial1DSubpopulation
A Spatial1DSubpopulation is an EC subpopulation that is additionally embedded into
a one-dimmensional space.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.