-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optapp/ Adding QNBB line search technique #11431
Conversation
@sunethwarna I am not sure if it is a good solution to convert all line searches to compute vector of constant step values. The reason is that typically, line search returns single value. QNBB is not a typical case and may be it is better to keep it as a unique case and do not convert other line search techniques in the same manner. What do you think? I am open for any suggestions. |
applications/OptimizationApplication/python_scripts/algorithms/algorithm_steepest_descent.py
Outdated
Show resolved
Hide resolved
applications/OptimizationApplication/python_scripts/algorithms/algorithm_steepest_descent.py
Show resolved
Hide resolved
361acf3
to
058f150
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Igarizza :)
Could you fix the codacy suggestions? They are valid for this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Igarizza . Minor comments only.
📝 Description
PR implements the possibility to combine SD with QN-BB method, where the step size is computed for each design variable. New function Compute Step Size is returning collective expression with different step sizes.
🆕 Changelog
Please summarize the changes in one list to generate the changelog:
The PR is based on the PR #11421
E.g.