StatisticNote

sealed interface StatisticNote<V>

StatisticNote - general abstraction for a statistical record that includes:

  • statistical data (calculated statistical information)

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

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

See also

Inheritors

Properties

Link copied to clipboard
abstract val iteration: Int

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

Link copied to clipboard
abstract val ownerName: String

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

Link copied to clipboard
abstract val statistic: Statistic<V>

Statistical data (calculated statistical information)