| #
d26da8cd
|
| 30-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/denera/tao-bounded-newton'
|
| #
21646742
|
| 27-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
fix warnigs on arch-opensolaris-misc
"/export/home/petsc/petsc.next-2/src/tao/bound/impls/bnk/bnls.c", line 188: warning: newline not last character in file "/export/home/petsc/petsc.next-2/src/tao/
fix warnigs on arch-opensolaris-misc
"/export/home/petsc/petsc.next-2/src/tao/bound/impls/bnk/bnls.c", line 188: warning: newline not last character in file "/export/home/petsc/petsc.next-2/src/tao/bound/impls/bnk/bntr.c", line 226: warning: newline not last character in file "/export/home/petsc/petsc.next-2/src/tao/bound/impls/bnk/bntl.c", line 257: warning: newline not last character in file
show more ...
|
| #
3b063059
|
| 20-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
new tests and their output files added to cover new functionality
|
| #
b4a30f08
|
| 20-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
More inf/nan checks
|
| #
a1318120
|
| 20-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Inf/Nan check fixes
|
| #
89da521b
|
| 20-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Index set bug resolved for when there are no inactive variables left
|
| #
0b7db9bb
|
| 19-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
VecISSet changed to a no-op when the IS is NULL
|
| #
7529f6b4
|
| 19-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Fixed issue with NULL index sets erroring out on VecISSet
|
| #
c4b75bcc
|
| 19-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
lots of code style changes and bugfixes after review with Todd
|
| #
61be54a6
|
| 18-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
BNCG updated with the latest active set estimation and Fischer-Braumeister based convergence test
|
| #
937a31a1
|
| 18-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Logic errors in LS fallback and TR loops fixed
|
| #
08752603
|
| 17-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Fixed bug in initial trust radius interpolation
|
| #
e031d6f5
|
| 17-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Copying of Fortran function handles to embedded TAO debugged
|
| #
c0f10754
|
| 16-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
BNCG accelerator added into BNLS, works for TAO examples, segfaults on CUTEst probs
|
| #
5e9b73cb
|
| 16-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
LMVM matrix can now deal with reduced systems that change in size based on # of active variables
|
| #
9b6ef848
|
| 13-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
BNLS back to using trust radius
|
| #
198282db
|
| 13-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Pseudo-code algorithms added to in-code documentation
|
| #
62675bee
|
| 12-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
reduced Hessian matrix is now a separate clone
|
| #
28017e9f
|
| 12-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
some active set fixes applied
|
| #
e465cd6f
|
| 12-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
some more refactoring to eliminate copy-pasted code
|
| #
2f75a4aa
|
| 10-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Wrapping up for a pull request
- New active set estimation added based on Bertsekas' method - Active set estimation split off into the utilities folder so that it can later be applied to BLMVM and B
Wrapping up for a pull request
- New active set estimation added based on Bertsekas' method - Active set estimation split off into the utilities folder so that it can later be applied to BLMVM and BNCG - Convergence of BNK methods exhaustively profiled on CUTEst problems
show more ...
|
| #
770b7498
|
| 09-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
all bounded Newton methods are solving the entire CUTEst test set...still need improvements to active set estimation
|
| #
8d5ead36
|
| 09-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
New Tao monitor added that prints detailed globalization info alongside convergence
|
| #
a41f356d
|
| 05-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Fixed LMVM step calculation in line-search fallback
|
| #
df278d8f
|
| 04-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Function-level descriptive comments
|