| Package | Description |
|---|---|
| ec | |
| ec.eval |
| Class and Description |
|---|
| MasterProblem
MasterProblem.java
|
| Class and Description |
|---|
| Job
Job.java
This class stores information regarding a job submitted to a Slave: the individuals,
the subpopulations in which they are stored, a scratch array for the individuals used
internally, and various coevolutionary information (whether we should only count victories
single-elimination-tournament style; which individuals should have their fitnesses updated).
|
| MasterProblem
MasterProblem.java
|
| SlaveConnection
SlaveConnection.java
This class contains certain information associated with a slave: its name, connection socket,
input and output streams, and the job queue.
|
| SlaveMonitor
SlaveMonitor.java
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.