#include <procedures.hpp>
 | 
| template<class Mirror >  | 
| void  | reflect (Mirror &mirror) | 
|   | 
| 
void  | write (std::ostream &stream) | 
|   | 
| 
virtual void  | reset (uint time, Model &model) | 
|   | 
| 
virtual void  | operate (uint time, Model &model) | 
|   | 
| 
virtual double  | control (void) const  | 
|   | 
| 
virtual void  | read (std::istream &stream) | 
|   | 
FRange management procedure 
 
template<class Mirror > 
  
  
      
        
          | void IOSKJ::FRange::reflect  | 
          ( | 
          Mirror &  | 
          mirror | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | double IOSKJ::FRange::buffer | 
        
      
 
Buffer around target exp. rate 
 
 
      
        
          | double IOSKJ::FRange::change_max = 0.3 | 
        
      
 
Restriction on multiplicative changes in effort 
 
 
      
        
          | int IOSKJ::FRange::frequency = 2 | 
        
      
 
Frequency of exp. rate estimates 
 
 
      
        
          | double IOSKJ::FRange::precision = 0.1 | 
        
      
 
Precision of exp. rate estimate 
 
 
      
        
          | double IOSKJ::FRange::target | 
        
      
 
 
The documentation for this class was generated from the following file: