|
DefaultDuplicatesRetries
|
Default number of attempts to retry creating an individual on initialization
|
|
DefaultMutationWeights
|
Default Mutation Weights/Probabilities for genetic programming
|
|
Default_Genetic_Operations
|
Default genetic operations to perform in genetic components
|
|
DEFAULT_INIT_POPULATION
|
Default initial population size for genetic components
|
|
DEFAULT_ITERATION_LENGTH
|
Default number of generations before adapting heuristics
|
|
FinishedStates
|
Finished states for virtual machine
|
|
SGACLNag
|
'We hope you are enjoying the evaluation version of the Genetic Algorithms & Programming Component Library.'+sLineBreak+'To order the GACL, please go to www.RiverSoftAVG.com'
|
|
SInstructionNotUnique
|
'instruction name must be unique'
|
|
SInvalidInstructionIndex
|
'%i is an invalid instruction set encoding'
|
|
SInvalidNumInstructionArgs
|
'Invalid number of arguments (%d) for "%s" instruction'
|
|
SInvalidOperationCode
|
'INVALID OPERATION'
|
|
SInvalidTerminalNode
|
'Invalid terminal node. Node requires greater than 0 children'
|
|
SMissingGeneticProgram
|
'Missing Genetic Program Engine'
|
|
SMissingVirtualMachine
|
'Missing Virtual Machine'
|
|
SNoConstantMutation
|
'No constant mutation function defined'
|
|
SNodeFull
|
'Node cannot accept anymore children'
|
|
SNoEnumerationFound
|
'No enumerated value found in chromosome'
|
|
SNoFitnessFunction
|
'No fitness function defined'
|
|
SNoInstructionAssigned
|
'No instruction assigned to node'
|
|
SNoInstructionsFound
|
'No nodes found'
|
|
SNoOperationsFound
|
'No operations found'
|
|
SNoSelectionFunction
|
'No custom selection function defined'
|
|
SNoTerminalsFound
|
'No terminals found'
|
|
SUnknownInstruction
|
'Unknown instruction "%s"'
|
|
SValueNotEnumeration
|
'"%s" is not a valid enumerated value'
|