File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -83,18 +83,14 @@ ref: https://scikit-optimize.github.io/stable/modules/classes.html#module-skopt.
8383|  Distribution Type             |  Hyperopt              |  Optuna                               |  Ray Tune              | 
8484| -------------------------------| -----------------------| --------------------------------------| -----------------------| 
8585|  ** Uniform Continuous**         |  ` hp.uniform `           |  ` FloatDistribution `                   |  ` tune.uniform `         | 
86- |  ** Quantized Uniform**          |  ` hp.quniform `          |  ` DiscreteUniformDistribution ` (deprecated)  Use FloatDistribution instead. |  ` tune.quniform `        | 
87- |  ** Log Uniform**                |  ` hp.loguniform `        |  ` LogUniformDistribution ` (deprecated)  Use FloatDistribution instead. |  ` tune.loguniform `      | 
86+ |  ** Quantized Uniform**          |  ` hp.quniform `          |  ` DiscreteUniformDistribution ` (deprecated)  Use ` FloatDistribution `  instead. |  ` tune.quniform `        | 
87+ |  ** Log Uniform**                |  ` hp.loguniform `        |  ` LogUniformDistribution ` (deprecated)  Use ` FloatDistribution `  instead. |  ` tune.loguniform `      | 
8888|  ** Uniform Integer**            |  ` hp.randint `           |  ` IntDistribution `                     |  ` tune.randint `         | 
8989|  ** Categorical**                |  ` hp.choice `            |  ` CategoricalDistribution `             |  ` tune.choice `          | 
90- 
9190|  ** Quantized Log Uniform**      |  ` hp.qloguniform `       |                                       |  ` tune.qloguniform `     | 
92- |  ** Quantized Integer**          |  ` hp.quniformint `       |  ` IntUniformDistribution `               |                        | 
93- |  ** Log Integer**                |                        |  ` IntLogUniformDistribution `           |  ` tune.lograndint `      | 
91+ |  ** Quantized Integer**          |  ` hp.quniformint `       |  ` IntUniformDistribution ` (deprecated)  Use  ` IntDistribution `  instead.           |                        | 
92+ |  ** Log Integer**                |                        |  ` IntLogUniformDistribution ` (deprecated)  Use  ` IntDistribution `  instead.           |  ` tune.lograndint `      | 
9493|  ** Normal**                     |  ` hp.normal `            |                                       |  ` tune.randn `           | 
95- |  ** Quantized Normal**           |  ` hp.qnormal `           |                                       |  ` tune.qrandn `          | 
96- |  ** Log Normal**                 |  ` hp.lognormal `         |                                       |                        | 
97- |  ** Quantized Log Normal**       |  ` hp.qlognormal `        |                                       |                        | 
9894
9995
10096### Testing  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments