|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrgGenerator
Generate a random Encog Program.
Method Summary | |
---|---|
ProgramNode |
createNode(Random rnd,
EncogProgram program,
int depthRemaining,
List<ValueType> types)
Create a random node for an Encog Program. |
int |
getMaxGenerationErrors()
|
void |
setMaxGenerationErrors(int maxGenerationErrors)
Set the maximum errors to allow during generation. |
Methods inherited from interface org.encog.ml.ea.population.PopulationGenerator |
---|
generate, generate |
Method Detail |
---|
ProgramNode createNode(Random rnd, EncogProgram program, int depthRemaining, List<ValueType> types)
rnd
- Random number generator.program
- The program that the node should be generated for.depthRemaining
- The depth remaining to generate.types
- The types to generate.
int getMaxGenerationErrors()
void setMaxGenerationErrors(int maxGenerationErrors)
maxGenerationErrors
- The max errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |