ethz-asl/aslam_optimizer

Make DesignVariables returned by Expressions active per default or have parameter for this

Opened this issue · 0 comments

When adding design variables to the solver which were returned by an expression, one needs to iterate through all of them to make them active.

Can we make them active by default of add a parameter to the Expression::getDesignVariables method to control this?