Replies: 2 comments 2 replies
-
Define it as Strategy variable and it will become a parameter that can be modified externally at each run. Then you can use the optimization with a range or list of values to evaluate this parameter for a selected Strategy result. Or because the function run accepts a dictionary with parameters that will update current Strategy parameters, you can loop the run with a range of parameters and collect the stat results for further analysis. |
Beta Was this translation helpful? Give feedback.
-
If you need details for the result from each loop of optimize you can request heatmap as shown in the documentation. |
Beta Was this translation helpful? Give feedback.
-
I like to obtain and test the value of a function using dynamic parameter. For example :
I was not able to achieve this, so I was wondering if this is even possible or someone have a work around
Beta Was this translation helpful? Give feedback.
All reactions