genomestruc {seao} | R Documentation |
Defines the experiment genome (or parameter set) structure.
genomestruc(n.genes=NULL)
n.genes |
The number of genes (parameters) of each individual (experimental set-up). The number of genes (parameters) will be asked if no argument is given. |
A structure which is the first part of an evolutionary algorithm structure.
genes |
An list of genes (parameters); each gene (parameter)
itself is a list of:
|
generations |
The second part of an evolutionary algorithm structure which contains a list of generations (fitnesses, allele values etc); the value is initially NULL. |
genomestruc
is the actual genome (parameter set) definition
function. However, if package seao.gui
is also loaded, a graphical
interface can be called by genomestruc.gui
. The return value of
both functions is exactly the same, since the former is called by the
latter.
Kurt Sys (kurt.sys@rug.ac.be)