| Package | Description |
|---|---|
| ec | |
| ec.display | |
| ec.eval | |
| ec.util |
| Modifier and Type | Field and Description |
|---|---|
ParameterDatabase |
EvolutionState.parameters
The parameter database (threadsafe).
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterDatabase |
Evolve.loadParameterDatabase(String[] args)
Loads a ParameterDatabase from checkpoint if "-params" is in the command-line arguments.
|
| 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)
Initializes an evolutionary run given the parameters and a random seed adjustment (added to each random seed).
|
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 | Field and Description |
|---|---|
(package private) ParameterDatabase |
Console.parameters |
| Modifier and Type | Field and Description |
|---|---|
ParameterDatabase |
MetaProblem.currentDatabase
This points to the database presently used by the underlying (base-level) evolutionary computation system.
|
ParameterDatabase |
MetaProblem.p_database
A prototypical parameter database for the underlying (base-level) evolutionary computation system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaProblem.modifyParameters(EvolutionState state,
ParameterDatabase database,
int run,
Individual metaIndividual)
Override this method to revise the provided parameter database to reflect the "parameters" specified in the
given meta-individual.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ParameterDatabase |
ParameterDatabase._getLocation(String parameter)
Private helper function
|
ParameterDatabase |
ParameterDatabase.getLocation(Parameter parameter) |
ParameterDatabase |
ParameterDatabase.getLocation(String parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDatabase.addParent(ParameterDatabase database) |
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.