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
I think these changes will be great an allow more flexibility from external users to write their own Drivers, and the addition of an Autoscaler class makes a lot of sense to allow more flexible scaling approaches.
About the new Autoscaler class and API, I wonder if the proposed scale method provides enough granularity for very general autoscaling algorithms that may include an automatic re-parameterization of design variables or responses like the method introduced in this paper.
I may be wrong, but I believe that the scaling capabilities that exist in OpenMDAO today are equivalent to multiplying the design variable or response vector by a diagonal matrix and adding a bias vector (with the entries for scaler on the diagonals and adder in the bias vector). More generally, at least for the design variables, I think we may want to allow for general transformation matrices that effectively re-parameterize the optimization problem, and I think this may require more internal changes to how OpenMDAO handles scaling.
I'm very excited for these changes to make their way into OpenMDAO.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding POEM 094 which proposes