Result of optimize #1059
              
                
                  
                  
                    Answered
                  
                  by
                    eervin123
                  
              
          
                  
                    
                      lapitskaya38
                    
                  
                
                  asked this question in
                Q&A
              
            
            
              Result of optimize
            
            #1059
          
          
        -
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            eervin123
          
      
      
        Aug 23, 2023 
      
    
    Replies: 1 comment 1 reply
-
| Not sure if you are aware that you can grab the best params from the dictionary.  Also, if the long filenames are an issue (some systems can't handle them) then you can pass  @kernc explained that to me a long time ago and it has been very beneficial ever since. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        lapitskaya38
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Not sure if you are aware that you can grab the best params from the dictionary.
stats._strategy._paramsAlso, if the long filenames are an issue (some systems can't handle them) then you can pass
filename="OptimalStrat.html"into your plot() method.@kernc explained that to me a long time ago and it has been very beneficial ever since.
#202 (reply in thread)