Optimizing a float parameter #547
              
                
                  
                  
                    Answered
                  
                  by
                    kernc
                  
              
          
                  
                    
                      JasperVanhove
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hey, Thank you for this very usefull library. I'm looking for a way to optimize a float variable for a strategy. In my strategies i have integers where i can use the range() function but for my float variable 'atr multiplier' i can't use range. I looked into 'arrange' and np.linspace funtions but can't seem to find a solution (neither on discussions/issues forum). Any ideas? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            kernc
          
      
      
        Dec 1, 2021 
      
    
    Replies: 1 comment 5 replies
-
| Why doesn't  | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
      Answer selected by
        JasperVanhove
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Why doesn't
np.linspacework for you?