Class ReinforcementHyperparameters.NEpochs
-
- All Implemented Interfaces:
public final class ReinforcementHyperparameters.NEpochsThe number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceReinforcementHyperparameters.NEpochs.VisitorAn interface that defines how to map each variant of NEpochs to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<JsonValue>auto()final Optional<Long>integer()final BooleanisAuto()final BooleanisInteger()final JsonValueasAuto()final LongasInteger()final Optional<JsonValue>_json()final <T extends Any> Taccept(ReinforcementHyperparameters.NEpochs.Visitor<T> visitor)final ReinforcementHyperparameters.NEpochsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ReinforcementHyperparameters.NEpochsofAuto()final static ReinforcementHyperparameters.NEpochsofInteger(Long integer)-
-
Method Detail
-
accept
final <T extends Any> T accept(ReinforcementHyperparameters.NEpochs.Visitor<T> visitor)
-
validate
final ReinforcementHyperparameters.NEpochs validate()
-
ofAuto
final static ReinforcementHyperparameters.NEpochs ofAuto()
-
ofInteger
final static ReinforcementHyperparameters.NEpochs ofInteger(Long integer)
-
-
-
-