PlotGenAlg: PlotGenAlg

Description Usage Arguments Examples

Description

Function for graphically representing the evolution.

Usage

1
PlotGenAlg(DGenes, dGenes, maxEval, meanEval)

Arguments

DGenes

Occurences of genes as dominant.

dGenes

Occurences of genes as recessive. For future developments.

maxEval

Maximum fitness.

meanEval

Average fitness.

Examples

1
2
3
4
5
6
## Not run: 
		#Graphical representation of the evolution after each generation.
		#Intended to be used by dGAselID() only.
		#Please refer to the example for dGAselID().
 
## End(Not run)

dGAselID documentation built on May 2, 2019, 1:27 p.m.