SingleStatisticNote

data class SingleStatisticNote<V>(val statistic: Statistic<V>, val ownerName: String, val iteration: Int) : StatisticNote<V>

SingleStatisticNote - single record statistics

See also

Constructors

Link copied to clipboard
constructor(statistic: Statistic<V>, ownerName: String, iteration: Int)

Properties

Link copied to clipboard
open override val iteration: Int

Iteration (GA.iteration on which the calculation was performed)

Link copied to clipboard
open override val ownerName: String

Owner's name (name of population on which the calculation was performed)

Link copied to clipboard
open override val statistic: Statistic<V>

Statistical data (calculated statistical information)

Functions

Link copied to clipboard
open override fun toString(): String