Class ReinforcementHyperparameters.EvalSamples
- 
                    
                    
- All Implemented Interfaces:
 
public final class ReinforcementHyperparameters.EvalSamplesNumber of evaluation samples to generate per training step.
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceReinforcementHyperparameters.EvalSamples.VisitorAn interface that defines how to map each variant of EvalSamples 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.EvalSamples.Visitor<T> visitor)final ReinforcementHyperparameters.EvalSamplesvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ReinforcementHyperparameters.EvalSamplesofAuto()final static ReinforcementHyperparameters.EvalSamplesofInteger(Long integer)- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
accept
final <T extends Any> T accept(ReinforcementHyperparameters.EvalSamples.Visitor<T> visitor)
 
- 
                                        
validate
final ReinforcementHyperparameters.EvalSamples validate()
 
- 
                                        
ofAuto
final static ReinforcementHyperparameters.EvalSamples ofAuto()
 
- 
                                        
ofInteger
final static ReinforcementHyperparameters.EvalSamples ofInteger(Long integer)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -