seperate guis {seao.gui}R Documentation

Interactive windows for evolutionary algorithm functions.

Description

Set of functions which can be used as interface between user and evolutionary algorithm functions of package seao.

Usage

  genomestruc.gui()
  newgen.gui(ea=NULL)
  nextgeneration.gui(ea=NULL)
  plotfitness.gui(ea=NULL)
  plotgene.gui(ea=NULL)
  save.ea.gui(ea=NULL)

Arguments

ea An object of type evoutionary algorithms. This contains the data to be plotted

Details

Author(s)

Kurt Sys (kurt.sys@rug.ac.be)

References

See Also

genomestruc newgen nextgen plotevolution.fit plotevolution.gene

Examples






[Package Contents]