NEpochs

@Serializable(with = NEpochsSerializer::class)
interface NEpochs

A sealed interface representing a flexible parameter for the number of epochs.

This interface allows the number of epochs to be either a specific Int or a String representing an automatic value selection ("auto").

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val value: Any

A value which can be either an Int or a String representing the number of epochs.