Hide Comments
Hide Comments

Comments (0)

expandingConstants

 

Name

Description

public constant

DefaultDuplicatesRetries

Default number of attempts to retry creating an individual on initialization

public constant

DefaultMutationWeights

Default Mutation Weights/Probabilities for genetic programming

public constant

Default_Genetic_Operations

Default genetic operations to perform in genetic components

public constant

DEFAULT_INIT_POPULATION

Default initial population size for genetic components

public constant

DEFAULT_ITERATION_LENGTH

Default number of generations before adapting heuristics

public constant

FinishedStates

Finished states for virtual machine

public constant

SGACLNag

'We hope you are enjoying the evaluation version of the Genetic Algorithms Component Library.'+sLineBreak+'To order the GACL, please go to www.RiverSoftAVG.com'

public constant

SInstructionNotUnique

'instruction name must be unique'

public constant

SInvalidInstructionIndex

'%i is an invalid instruction set encoding'

public constant

SInvalidNumInstructionArgs

'Invalid number of arguments (%d) for "%s" instruction'

public constant

SInvalidOperationCode

'INVALID OPERATION'

public constant

SInvalidTerminalNode

'Invalid terminal node. Node requires greater than 0 children'

public constant

SMissingGeneticProgram

'Missing Genetic Program Engine'

public constant

SMissingVirtualMachine

'Missing Virtual Machine'

public constant

SNoConstantMutation

'No constant mutation function defined'

public constant

SNodeFull

'Node cannot accept anymore children'

public constant

SNoEnumerationFound

'No enumerated value found in chromosome'

public constant

SNoFitnessFunction

'No fitness function defined'

public constant

SNoInstructionAssigned

'No instruction assigned to node'

public constant

SNoInstructionsFound

'No nodes found'

public constant

SNoOperationsFound

'No operations found'

public constant

SNoSelectionFunction

'No custom selection function defined'

public constant

SNoTerminalsFound

'No terminals found'

public constant

SUnknownInstruction

'Unknown instruction "%s"'

public constant

SValueNotEnumeration

'"%s" is not a valid enumerated value'

Top

Comments (0)