plotfitness {adana}R Documentation

Fitness statistics graph by GA generations

Description

Fitness statistics graph by GA generations

Usage

plotfitness(genfits, options)

Arguments

genfits

A matrix. Best fitness of each generation

options

A vector. Statistics to be plotted.

  • 1: minimum

  • 2: maximum

  • 3: average

  • 4: Q1

  • 5: median

  • 6: Q3

Value

No return value, called for the side effect of drawing a plot.

Author(s)

Zeynel Cebeci & Erkut Tekeli


[Package adana version 1.1.0 Index]