LogNote

sealed interface LogNote

A session note linked to a State for describing activity of GA per Session.

Inheritors

Types

Link copied to clipboard
data class FINISHED(val iterations: Int, val duration: Duration) : LogNote

GA has been finished (Includes iterations for subsession).

Link copied to clipboard
data object STARTED : LogNote

GA has been launched with GA.start, GA.resume or GA.restart.

Link copied to clipboard
data class STOPPED(val iterations: Int, val duration: Duration) : LogNote

GA has been stopped (Includes iterations for subsession).