| Package | Description |
|---|---|
| ec | |
| ec.display | |
| ec.util |
| Modifier and Type | Field and Description |
|---|---|
Output |
EvolutionState.output
The output and logging facility (threadsafe).
|
| Modifier and Type | Method and Description |
|---|---|
static Output |
Evolve.buildOutput()
Constructs and sets up an Output object.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Evolve.determineSeed(Output output,
ParameterDatabase parameters,
Parameter seedParameter,
long currentTime,
int offset,
boolean auto)
Loads a random generator seed.
|
static int |
Evolve.determineThreads(Output output,
ParameterDatabase parameters,
Parameter threadParameter)
Loads the number of threads.
|
static EvolutionState |
Evolve.initialize(ParameterDatabase parameters,
int randomSeedOffset,
Output output)
Initializes an evolutionary run given the parameters and a random seed adjustment (added to each random seed),
with the Output pre-constructed.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Output |
Console.initializeOutput() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
Output.exitWithError(Output output,
String message,
boolean throwException) |
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.