-
Notifications
You must be signed in to change notification settings - Fork 578
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
Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20230616_175856 branch to master #11981
Conversation
Fixed issue with optimality criterion.
Further clean ups of PG code.
Lipschitz constant using the curvature estimate 2| f(x+s) - f(x) - f'(x)s | / ||s||^2
iteration, not the current iteration.
BoundConstraints_SimOpt.
method solves min 1/2 <B_k (x-x_k),(x-x_k)> + <g_k, x-x_k> + f(x_k) + phi(x) using SPG, PG or iPiano. This produces a trial iterate x and step s = x-x_k. The method then performs a backtracking line search to determine a steplength t and the iterate x_k + t s. The quasi-Newton approximation B_k is for the Hessian of the smooth part of the objective function, f.
…m an f(y) with y = g(x), where f is a ROL::Objective and g is a ROL::Constraint that defines the map and its derivatives. Also added a test to verify ChainRuleObjective's methods
I haven't touched SPG_simple. Also, performed general clean up.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: ROL Trilinos Sync 10-Jun-2023 PR Author: dridzal
This reverts commit 6a2f7e4.
CMake variables Trilinos_ENABLE_DOUBLE and Trilinos_ENABLE_COMPLEX_DOUBLE are set to OFF and Trilinos_ENABLE_FLOAT and Trilinos_ENABLE_COMPLEX_FLOAT are set to ON.
…float Automatically Merged using Trilinos Pull Request AutoTester PR Title: Trilframe 378 complex float PR Author: srbdev
MueLu RefMaxwell: Accept "aggregation: phase3 avoid singletons"
#11966) See the embedded comment. This fixes the generated KokkosKernelsTargets.cmake file in the build dir when tests are not enabled. NOTE: This is a very non-conventional CMake build system. Your never see CMakeLists.txt files that are included with include(). These should always be pulled in using add_subdirectory(). If you want to just include() some CMake code, you call it `<SomeLogicalBaseName>.cmake` and then include() it.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Improving std::move-ability of BlockMultiVector PR Author: csiefer2
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: Enabling better dumps for Maxwell1 PR Author: csiefer2
User Support Ticket(s) or Story Referenced: TRILFRAME-378
This is also a TriBITS Trilinos package so if it is not enabled, then it gets excluded. I am not sure this is the right thing to do but for now, it fixes the immediate problem reported in #11976.
This is a temp fix the TriBITS that makes building from a reduced tarball work.
…mplex_float Automatically Merged using Trilinos Pull Request AutoTester PR Title: Framework: Add a spec for all packages + complex<float> PR Author: sebrowne
…-fix Automatically Merged using Trilinos Pull Request AutoTester PR Title: Fix reduced tarball configuration (#11976) PR Author: bartlettroscoe
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_PR_gcc-8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-serial
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-debug
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_clang-11.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_cuda-11.4.2-uvm-off
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_intel-2021.3
Jenkins Parameters
Using Repos:
Pull Request Author: trilinos-autotester |
Status Flag 'Master Merge AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_PR_gcc-8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-serial
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-debug
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_clang-11.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_cuda-11.4.2-uvm-off
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_intel-2021.3
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 11981: IS A SUCCESS - Pull Request successfully merged |
Auto PR created to promote from master_merge_20230616_175856 branch to master