You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The make_optimize_safe decorator (and hence, the Optimize method) make use of the parameter annotations to check
that only parameters marked as OptimizableParameter are changed by the self_optimize method.
This check also supports nested parameters, in case the optimization involves optimizing nested objects.
(#9)
All tpcp objects now have a basic representation that is automatically generated based on their parameters
(#13)
Added algo optimization and evaluation guide and improved docs overall
(#26)