-
Notifications
You must be signed in to change notification settings - Fork 0
/
ref-baire.bib
2433 lines (2178 loc) · 66 KB
/
ref-baire.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% BibFile containing references in optimization and
% related topics.
%
% The format of the of the BibTex entry label is :
%
% <Lastname_morenames_YearLetter> .
%
% For example, the key from a book by Dennis and Schnabel is :
%
% Dennis_Schnabel_1983 .
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The following are string macros for the standard journal
% abbreviations used in the review journal Mathematical Reviews.
%
@string{annals = "Ann. of Math."}
@string{astat = "Ann. Math. Statist."}
@string{actan = "Acta Numer."}
@string{amj = "Amer. J. Math."}
@string{amc = "Appl. Math. Comput."}
@string{bit = "BIT"}
@string{cacm = "Commun. ACM"}
@string{coap = "Comput. Optim. Appl."}
@string{ejor = "European J. Oper. Res."}
@string{etna = "Electron. Trans. Numer. Anal."}
@string{fcm = "Found. Comput. Math."}
@string{imana = "IMA J. Numer. Anal."}
@string{itmtt = "IEEE Trans. Microw. Theory Tech."}
@string{jcomam = "J. Comput. Appl. Math."}
@string{jcp = "J. Comput. Phys."}
@string{jogo = "J. Global Optim."}
@string{jota = "J. Optim. Theory Appl."}
@string{jrssb = "J. R. Stat. Soc. Ser. B. Stat. Methodol."}
@string{jmaa = "J. Math. Anal. Appl."}
@string{mathcomput = "Math. Comp."}
@string{mprog = "Math. Program."}
@string{mprogc = "Math. Program. Comput."}
@string{nmath = "Numer. Math."}
@string{nlaa = "Numer. Linear Algebra Appl."}
@string{operres = "Oper. Res."}
@string{opteng = "Optim. Eng."}
@string{optl = "Optim. Lett."}
@string{optms = "Optim. Methods Softw."}
@string{qam = "Quart. Appl. Math."}
@string{qor = "4OR"}
@string{sico = "SIAM J. Control Optim."}
@string{siis = "SIAM J. Imaging Sci."}
@string{sinum = "SIAM J. Numer. Anal. "}
@string{siopt = "SIAM J. Optim."}
@string{sirev = "SIAM Rev."}
@string{sisc = "SIAM J. Sci. Comput."}
@string{sistc = "SIAM J. Sci. Stat. Comp."}
@string{simax = "SIAM J. Matrix Anal. Appl."}
@string{tams = "Trans. Amer. Math. Soc."}
@string{toms = "ACM Trans. Math. Software"}
% The following are string macros for the standard series
% abbreviations used in the review journal Mathematical Reviews.
@string{asoc = "Athena Sci. Optim. Comput. Ser."}
@string{cse = "Comput. Sci. Eng."}
@string{mpso = "MPS-SIAM Ser. Optim."}
@string{moso = "MOS-SIAM Ser. Optim."}
@string{pms = "Princeton Math. Ser."}
@string{sscm = "Springer Ser. Comput. Math."}
@string{scam = "Ser. Contemp. Appl. Math. CAM"}
@string{soa = "Springer Optim. Appl."}
@string{sorfe = "Springer Ser. Oper. Res. Financ. Eng."}
@string{aopt = "Appl. Optim."}
@string{gmw = "Grundlehren Math. Wiss."}
@string{fam = "Frontiers Appl. Math."}
@string{lncse = "Lect. Notes Comput. Sci. Eng."}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{Levenberg_1944,
title = {A method for the solution of certain non-linear problems in least squares},
author = {Levenberg, K.},
journal = qam,
volume = {2},
pages = {164--168},
year = {1944}
}
@article{Marquardt_1963,
title = {An algorithm for least-squares estimation of nonlinear parameters},
author = {Marquardt, D. W.},
journal = {J. Soc. Indust. Appl. Math.} ,
volume = {11},
pages = {431--441},
year = {1963},
}
@article{Armijo_1966,
author = {Armijo, L.},
journal = {Pacific J. Math.},
pages = {1--3},
title = {Minimization of functions having {L}ipschitz continuous first partial derivatives},
volume = {16},
year = {1966}
}
@article{Osborne_1976,
title = {Nonlinear least squares --- the {Levenberg} algorithm revisited},
volume = {19},
journal = {J. Austral. Math. Soc.},
author = {Osborne, M. R.},
year = {1976},
pages = {343–357}
}
@article{Rockafellar_1976,
title = {Monotone operators and the proximal point algorithm},
author = {Rockafellar, R. T.},
journal = sico,
volume = {14},
pages = {877--898},
year = {1976},
}
@article{Parikh_Boyd_2014,
title = {Proximal algorithms},
author = {Parikh, N. and Boyd, S.},
journal = {Found. Trends Optim.},
volume = {1},
pages = {127--239},
year = {2014},
}
@article{Bramble_Pasciak_Schatz_1986,
author = {Bramble, J. and Pasciak, J. and Schatz, A.},
title = {The construction of preconditioners for elliptic problems by substructuring, {I}},
journal = mathcomput,
year = {1986},
volume = {47},
pages = {103--134}
}
@article{GBDantzig_PWolfe_1960,
title = {Decomposition principle for linear programs},
author = {G. B. Dantzig and P. Wolfe},
journal = operres,
volume = {8},
pages = {101--111},
year = {1960},
publisher = {INFORMS}
}
@incollection{Powell_1975,
title = {Convergence properties of a class of minimization algorithms},
author = {Powell, M. J. D.},
editor = {Mangasarian, O. L. and Meyer, R. R. and Robinson, S. M.},
booktitle = {Nonlinear Programming 2: Proceedings of the
Special Interest Group on Mathematical Programming
Symposium Conducted by the Computer Sciences
Department at the University of Wisconsin-Madison,
April 15--17, 1974},
pages = {1--27},
year = {1975},
publisher = {Academic Press}
}
@article{Powell_1984,
author = {Powell, M. J. D.},
title = {On the global convergence of trust region algorithms for unconstrained minimization},
journal = mprog,
volume = {29},
pages = {297-303},
year = {1984},
}
@article{Xu_1992,
title = {Iterative methods by space decomposition and subspace correction},
author = {Xu, J.},
journal = sirev,
volume = {34},
pages = {581--613},
year = {1992}
}
@article{MCFerris_OLMangasarian_1994,
author = {M. C. Ferris and O. L. Mangasarian},
title = {Parallel variable distribution},
journal = siopt,
volume = {4},
pages = {815--832},
year = {1994}
}
@article{Mangasarian_1995,
title = {Parallel gradient distribution in unconstrained optimization},
author = {Mangasarian, O. L.},
journal = sico,
volume = {33},
pages = {1916--1925},
year = {1995},
}
@incollection{ARConn_NGould_ASartenaer_PhLToint_1994,
author = {A. R. Conn and N. Gould and A. Sartenaer and Ph. L. Toint},
title = {On iterated-subspace minimization methods for nonlinear
optimization},
booktitle = {Linear and nonlinear conjugate gradient-related methods},
editor = {L. M. Adams and J. L. Nazareth},
pages = {50--78},
year = {1994},
publisher = {SIAM},
address = {Philadelphia}
}
@article{MGriebel_POswald_1995,
title = {On the abstract theory of additive and multiplicative {Schwarz} algorithms},
author = {M. Griebel and P. Oswald},
journal = nmath,
volume = {70},
pages = {163--180},
year = {1995},
publisher = {Springer}
}
@article{SolodovMV_ZavrievSK_1998,
title = {Error stability properties of generalized gradient-type algorithms},
author = {Solodov, M. V. and Zavriev, S. K.},
journal = jota,
volume = {98},
pages = {663--680},
year = {1998},
}
@article{Solodov_1997,
author = {M. V. Solodov},
title = {New inexact parallel variable distribution algorithms},
journal = coap,
volume = {7},
pages = {165-182},
year = {1997}
}
@techreport{JEDennis_TSteihaug_1998,
title = {A {Ferris-Mangasarian} Technique Applied to Linear Least
Squares Problems},
author = {J. E. {Dennis, Jr.} and T. Steihaug},
year = {1998},
institution = {Center for Research on Parallel Computation, Rice
University},
number = {CRPC-TR98740}
}
@article{Fukushima_1998,
author = {M. Fukushima},
title = {Parallel variable transformation in unconstrained optimization},
journal = siopt,
volume = {8},
year = {1998},
pages = {658--672}
}
@book{DPBertsekas_1999,
title = {Nonlinear Programming},
author = {D. P. Bertsekas},
year = {1999},
edition = {Second},
series = asoc,
volume = {4},
publisher = {Athena Scientific},
address = {Massachusetts}
}
@article{Cai_Sarkis_1999,
title = {A restricted additive {Schwarz} preconditioner for general sparse linear systems},
author = {Cai, X.-C. and Sarkis, M.},
journal = sisc,
volume = {21},
pages = {792--797},
year = {1999},
publisher = {SIAM}
}
@article{Frommer_Renaut_1999,
author = {Frommer, A. and Renaut, R. A.},
title = {A unified approach to parallel space decomposition methods},
journal = jcomam,
volume = {110},
pages = {205--223},
year = {1999},
}
@article{Tai_Xu_2002,
title = {Global and uniform convergence of subspace correction methods for some convex optimization problems},
author = {Tai, X.-C. and Xu, J.},
journal = mathcomput,
volume = {71},
pages = {105--124},
year = {2002}
}
@article{Cai_Keyes_2002,
title = {Nonlinearly preconditioned inexact {Newton} algorithms},
author = {Cai, X.-C. and Keyes, D. E.},
journal = sisc,
volume = {24},
pages = {183--200},
year = {2002},
publisher = {SIAM}
}
@book{Saad_2003,
title = {Iterative Methods for Sparse Linear Systems},
author = {Y. Saad},
year = {2003},
edition = {Second},
publisher = {SIAM},
address = {Philadelphia}
}
@incollection{Yuan_2007,
author = {Y. Yuan},
title = {Subspace techniques for nonlinear optimization},
booktitle = {Some topics in industrial and applied mathematics},
editor = {R. Jeltsch and T.-T. Li and I. H. Sloan},
pages = {206--218},
year = {2007},
publisher = {World Scientific Publishing},
address = {Singapore}
}
@incollection{Yuan_2014,
author = {Yuan, Y.},
title = {A review on subspace methods for nonlinear optimization},
booktitle = {Proceedings of the International Congress of Mathematicians (Seoul 2014)},
editor = {Jang, S. Y. and Kim, Y. R. and Lee D.-W. and Yie, I.},
pages = {807--827},
year = {2014},
publisher = {Kyung Moon Sa Co. Ltd.},
address = {Seoul}
}
@article{Ni_Yuan_1997,
title = {A subspace limited memory quasi-{N}ewton algorithm for large-scale nonlinear bound constrained optimization},
author = {Ni, Q. and Yuan, Y.},
journal = mathcomput,
volume = {66},
pages = {1509--1520},
year = {1997}
}
@article{Wang_Yuan_2006,
title = {A subspace implementation of quasi-{Newton} trust region methods for unconstrained optimization},
author = {Wang, Z. and Yuan, Y.},
journal = nmath,
volume = {104},
pages = {241--269},
year = {2006},
}
@misc{SBoyd_LXiao_AMutapcic_JMattingley_2008,
author = {S. Boyd and L. Xiao and A. Mutapcic and J. Mattingley},
title = {Notes on Decomposition Methods},
howpublished = {Notes for EE364B, Stanford University},
year = {2008},
}
@article{CAudet_JEDennis_SLeDigabel_2008,
author = {C. Audet and J. E. {Dennis, Jr.} and S. Le Digabel},
title = {Parallel space decomposition of the mesh adaptive direct search algorithm},
journal = siopt,
volume = {19},
year = {2008},
pages = {1150--1170}
}
@article{YYuan_2009,
author = {Y. Yuan},
title = {Subspace methods for large scale nonlinear equations and nonlinear least squares},
journal = opteng,
year = {2009},
volume = {10},
pages = {207--218},
publisher = {Springer},
}
@phdthesis{Sharapov_1997,
title = {Multilevel Subspace Correction for Large-Scale Optimization
Problems},
author = {Sharapov, I. A.},
year = {1997},
school = {University of California},
address = {California}
}
@book{Nocedal_Wright_2006,
title = {Numerical Optimization},
author = {Nocedal, J. and Wright, S.},
edition = {Second},
series = sorfe,
publisher = {Springer},
address = {New York},
year = {2006}
}
@book{Bertsekas_1999,
author = {Bertsekas, D. P.},
publisher = {Athena Scientific},
title = {Nonlinear Programming},
year = {1999}
}
@book{Conn_Gould_Toint_2000,
title = {Trust-Region Methods},
author = {Conn, A. R. and Gould, N. I. M. and Toint, Ph. L.},
year = {2000},
publisher = {SIAM},
address = {Philadelphia}
}
@article{Grapiglia_Yuan_Yuan_2015,
title = {On the convergence and worst-case complexity of
trust-region and regularization methods for unconstrained
optimization},
author = {Grapiglia, G. N. and Yuan, J. and Yuan, Y.},
journal = mprog,
pages = {491--520},
volume = {152},
year = {2015},
}
@article{Gratton_Sartenaer_Toint_2008,
title = {Recursive trust-region methods for multiscale nonlinear optimization},
author = {Gratton, S. and Sartenaer, A. and Toint, Ph. L.},
journal = siopt,
volume = {19},
pages = {414--444},
year = {2008},
}
@article{Gross_Krause_2009,
author = {Gro{\ss}, C. and Krause, R.},
title = {On the Convergence of Recursive Trust-Region Methods for Multiscale Nonlinear Optimization and Applications to Nonlinear
Mechanics},
journal = siopt,
volume = {47},
pages = {3044-3069},
year = {2009},
}
@article{Nash_2000,
title = {A multigrid approach to discretized optimization problems},
author = {Nash, S. G.},
journal = optms,
volume = {14},
pages = {99--116},
year = {2000},
}
@article{Lewis_Nash_2005,
title = {Model problems for the multigrid optimization of systems governed by differential equations},
author = {Lewis, R. M. and Nash, S. G.},
journal = sisc,
volume = {26},
pages = {1811--1837},
year = {2005},
}
@article{Yuan_2009,
title = {Subspace methods for large scale nonlinear equations and nonlinear least squares},
author = {Yuan, Y.},
journal = opteng,
volume = {10},
pages = {207--218},
year = {2009},
}
@article{Toint_1988,
title = {Global Convergence of a Class of Trust-Region Methods for Nonconvex Minimization in {Hilbert} Space},
author = {Toint, {Ph. L.}},
journal = imana,
volume = {8},
pages = {231--252},
year = {1988},
}
@article{Carter_1993,
title = {Numerical experience with a class of algorithms for
nonlinear optimization using inexact function and gradient
information},
author = {Carter, R. G.},
journal = sisc,
volume = {14},
year = {1993},
}
@article{Carter_1991a,
title = {On the global convergence of trust region algorithms using inexact gradient information},
author = {Carter, R. G.},
journal = sinum,
volume = {28},
pages = {251--265},
year = {1991},
}
@incollection{More_1983,
title = {Recent developments in algorithms and software for trust region methods},
author = {Mor{\'e}, J. J.},
booktitle = {Mathematical Programming: The State of Art},
editor = {Bachem, A. and Gr\"otschel, M. and Korte, B.},
year = {1983},
publisher = {Springer-Verlag},
address = {Berlin}
}
@techreport{Carter_1991b,
title = {A Worst-case Example Using Linesearch Methods for Numerical
Optimization with Inexact Gradient Evaluations},
author = {Carter, R. G.},
institution = {Argonne National Laboratory},
number = {MCS-P283-1291},
year = {1991}
}
@article{Frommer_Schwandt_1997,
title = {A unified representation and theory of algebraic additive
{Schwarz} and multisplitting methods},
author = {Frommer, A. and Schwandt, H.},
journal = simax,
volume = {18},
pages = {893--912},
year = {1997}
}
@article{Frommer_Szyld_1999,
title = {Weighted max norms, splittings, and overlapping additive {Schwarz} iterations},
author = {Frommer, A. and Szyld, D. B.},
journal = nmath,
volume = {83},
pages = {259--278},
year = {1999},
}
@article{Frommer_Szyld_2002,
title = {An Algebraic Convergence Theory for Restricted Additive
{Schwarz} Methods Using Weighted Max Norms},
author = {Frommer, A. and Szyld, D. B.},
journal = sinum,
volume = {39},
pages = {463-479},
year = {2002}
}
@article{Polyak_1964,
title = {Some methods of speeding up the convergence of iteration methods},
author = {Polyak, B. T.},
journal = {USSR Computational Mathematics and Mathematical Physics},
volume = {4},
pages = {1--17},
year = {1964},
}
@article{Nesterov_2012,
author = {Nesterov, Yu.},
title = {Efficiency of coordinate descent methods on huge-scale optimization problems},
journal = siopt,
volume = {22},
pages = {341-362},
year = {20112}
}
@article{Nesterov_1983,
title = {A method of solving a convex programming problem with
$\mathcal{O}(1/k^2)$ convergence rate},
author = {Nesterov, Yu.},
journal = {Soviet Mathematics Doklady},
year = {1983},
volume = {27},
pages = {372-376}
}
@book{Nesterov_2004,
title = {Introductory Lectures on Convex Optimization: A Basic
Course},
author = {Yu. Nesterov},
year = {2004},
publisher = {Kluwer Academic Publishers},
address = {London},
}
@incollection{Cartis_Gould_Toint_2019,
title = {Evaluation complexity bounds for smooth constrained nonlinear optimization using scaled {KKT} conditions and high-order models},
author = {Cartis, C. and Gould, N. I. M. and Toint, Ph. L.},
year = {2019},
booktitle = {Approximation and Optimization},
editor = {Demetriou, I. C. and Pardalos, P. M.},
address = {Berlin},
publisher = {Springer}
}
@techreport{Cartis_Gould_Toint_2015_b,
title = {Improved worst-case evaluation complexity for potentially
rank-deficient nonlinear least-{Euclidian}-norm problems using higher-order regularized models},
author = {Cartis, C. and Gould, N. I. M. and Toint, Ph. L.},
year = {2015},
number = {NAXYS-12-2015},
institution = {University of Namur},
}
@article{More_Sorensen_1983,
title = {Computing a trust region step},
author = {Mor{\'e}, J. J. and Sorensen, D.},
journal = sistc,
volume = {4},
pages = {553--572},
year = {1983},
}
@article{Byrd_Schnabel_Shultz_1988,
title = {Approximate solution of the trust region problem by minimization over two-dimensional subspaces},
author = {Byrd, R. H. and Schnabel, R. and Shultz, G. A.},
journal = mprog,
volume = {40},
pages = {247--263},
year = {1988},
}
@incollection{Powell_1970a,
address = {London},
author = {Powell, M. J. D.},
booktitle = {Numerical Methods for Nonlinear Algebraic Equations},
editor = {Rabinowitz, P.},
pages = {87--114},
publisher = {Gordon \& Breach Science},
title = {A hybrid method for nonlinear equations},
year = {1970}
}
@incollection{Powell_1970b,
address = {London},
author = {Powell, M. J. D.},
booktitle = {Numerical Methods for Nonlinear Algebraic Equations},
editor = {Rabinowitz, P.},
pages = {115--161},
publisher = {Gordon \& Breach Science},
title = {A {Fortran} Subroutine for Solving Systems of Nonlinear
Algebraic Equations},
year = {1970}
}
@article{Dennis_Mei_1979,
title = {Two new unconstrained optimization algorithms which use function and gradient values},
author = {{Dennis, Jr.}, J. E. and Mei, H.},
journal = jota,
volume = {28},
pages = {453--482},
year = {1979},
publisher = {Springer}
}
@article{Steihaug_1983,
title = {The conjugate gradient method and trust regions in large scale optimization},
author = {Steihaug, T.},
journal = sinum,
volume = {20},
pages = {626--637},
year = {1983},
}
@article{Birgin_Gardenghi_Martinez_Toint_2017,
title = {Worst-case evaluation complexity for unconstrained
nonlinear optimization using high-order regularized models},
author = {Birgin, E. G. and Gardenghi, J. L. and Mart\'{i}nez, J. M. and
Santos, S. A. and Toint, Ph. L.},
journal = mprog,
year = {2017},
volume = {163},
pages = {359--368}
}
@phdthesis{Thomas_1975,
title = {Sequential Estimation Techniques for Quasi-{Newton} Algorithms},
author = {Thomas, S. W.},
year = {1975},
school = {Cornell University},
address = {New York}
}
@incollection{Yuan_1998,
title = {An example of non-convergence of trust region algorithms},
author = {Yuan, Y.},
editor = {Yuan, Y.},
booktitle = {Advances in Nonlinear Programming},
pages = {205--215},
year = {1998},
publisher = {Kluwer Academic Publishers},
address = {Dordrecht}
}
@techreport{Griewank_1981,
title = {The modification of {Newton}'s method for unconstrained
optimization by bounding cubic terms},
author = {Griewank, A.},
number = {Technical Report NA/12},
year = {1981},
institution = {DAMTP, University of Cambridge},
}
@article{Nesterov_Polyak_2006,
title = {Cubic regularization of {Newton} method and its global performance},
author = {Nesterov, Yu. and Polyak, B. T.},
journal = mprog,
volume = {108},
pages = {177--205},
year = {2006},
}
@article{Cartis_Gould_Toint_2011a,
title = {Adaptive cubic regularisation methods for unconstrained optimization. {Part I}: motivation, convergence and numerical
results},
author = {Cartis, C. and Gould, N. I. M. and Toint, Ph. L.},
journal = mprog,
volume = {127},
pages = {245--295},
year = {2011},
}
@article{Cartis_Gould_Toint_2011b,
title = {Adaptive cubic regularisation methods for unconstrained optimization. {Part II}: worst-case function-and derivative-evaluation complexity},
author = {Cartis, C. and Gould, N. I. M. and Toint, Ph. L.},
journal = mprog,
volume = {130},
pages = {295--319},
year = {2011},
}
@article{Heinkenschloss_Vicent_2002,
title = {Analysis of inexact trust-region {SQP} algorithms},
author = {Heinkenschloss, M. and Vicente, L. N.},
journal = siopt,
volume = {12},
pages = {283--302},
year = {2002},
publisher = {SIAM}
}
@article{Dennis_More_1977,
title = {{Quasi-Newton} methods, motivation and theory},
author = {Dennis, Jr., J. E. and Mor{\'e}, J. J.},
journal = sirev,
volume = {19},
pages = {46--89},
year = {1977},
}
@book{HighamNJ_2002,
title = {Accuracy and Stability of Numerical Algorithms},
author = {Higham, N. J.},
year = {2002},
edition = {Second},
publisher = {SIAM},
address = {Philadelphia}
}
@book{Rockafellar_1970,
title = {Convex Analysis},
author = {Rockafellar, R. T.},
year = {1970},
publisher = {Princeton University Press},
address = {New Jersey}
}
@book{Rockafellar_Wets_1998,
title = {Variational Analysis},
author = {Rockafellar, R. T. and Wets, R. J.-B.},
year = {1998},
publisher = {Springer},
address = {Berlin}
}
@TechReport{Leyffer_etal_2016,
author = {Leyffer, S. and Wild, S. M. and Fagan, M. and
Snir, M. and Palem, K. and Finkel, H. and Yoshii, K.},
title = {Doing {Moore} with Less -- Leapfrogging {Moore's} Law with Inexactness for Supercomputing},
institution = {Argonne National Laboratory MCS},
year = {2016},
number = {ANL/MCS-P6077-1016},
}
@article{Palem_2014,
title = {Inexactness and a future of computing},
author = {Palem, K. V.},
journal = {Phil. Trans. R. Soc. A},
volume = {372},
pages = {20130281},
year = {2014},
}
@article{BaboulinM_etal_2009,
title = {Accelerating scientific computations with mixed precision
algorithms},
author = {Baboulin, M. and Buttari, A. and Dongarra, J.
and Kurzak, J. and Langou, J. and Langou, J. and
Luszczek, P. and Tomov, S.},
journal = {Comput. Phys. Commun.},
volume = {180},
pages = {2526-2533},
year = {2009},
}
@article{LKugler_2015,
title = {Is ``good enough'' computing good enough?},
author = {Kugler, L.},
journal = cacm,
volume = {58},
pages = {12-14},
year = 2015,
}
@article{Gratton_Vicente_2014,
author = {Gratton, S. and Vicente, L. N.},
title = {A Surrogate Management Framework Using Rigorous Trust-region Steps},
journal = optms,
volume = {29},
year = {2014},
pages = {10--23},
}
@article{Conn_Scheinberg_Vicente_2009_a,
author = {Conn, A. R. and Scheinberg, K. and Vicente, L. N.},
title = {Global Convergence of General Derivative-Free Trust-Region
Algorithms to First- and Second-Order Critical Points},
journal = siopt,
volume = {20},
pages = {387-415},
year = {2009},
}
@book{Conn_Scheinberg_Vicente_2009_b,
title = {Introduction to Derivative-Free Optimization},
author = {Conn, A. R. and Scheinberg, K. and Vicente, L. N.},
series = moso,
volume = {8},
year = {2009},
publisher = {SIAM},
address = {Philadelphia}
}
@incollection{Fan_Yuan_2001,
title = {A new trust region algorithm with trust region radius converging to zero},
author = {Fan, J. and Yuan, Y.},
booktitle = {Proceedings of the 5th International Conference on Optimization: Techniques and Applications },
editor = {Li, D. and Cai, X. Q.},
pages = {786--794},
year = {2001},
publisher = {World Scientific Publishing},
address = {Singapore},
}
@incollection{Yuan_2000,
title = {A review of trust region algorithms for optimization},
author = {Yuan, Y.},
booktitle = {Proceedings of the Fourth International Congress on
Industrial and Applied Mathematics},
editor = {Ball, J. M. and Hunt, J. C. R.},
pages = {271--282},
publisher = {Oxford University Press},
address = {Oxford},
year = {2000}
}
@article{Yuan_2015,
title = {Recent advances in trust region algorithms},
author = {Yuan, Y.},
journal = mprog,
volume = {151},
pages = {249--281},
year = {2015},
}
@article{Fan_2006,
title = {Convergence rate of the trust region method for nonlinear equations under local error bound condition},
author = {Fan, J.},
journal = coap,
volume = {34},
pages = {215--227},
year = {2006},
}
@article{Toint_2013,
title = {Nonlinear stepsize control, trust regions and regularizations for unconstrained optimization},
author = {Toint, Ph. L.},
journal = optms,
volume = {28},
pages = {82--95},
year = {2013},
}
@article{Grapiglia_Yuan_Yuan_2016,
title = {Nonlinear Stepsize Control Algorithms: Complexity Bounds for First-and Second-Order Optimality},
author = {Grapiglia, G. N. and Yuan, J. and Yuan, Y.},
journal = jota,
volume = {171},
pages = {980--997},
year = {2016},
}
@article{Gratton_Royer_Vicente_2019,
title = {A decoupled first/second-order steps technique for nonconvex
nonlinear unconstrained optimization with improved complexity bounds},
author = {Gratton, S. and Royer, C. and Vicente, L. N.},
year = {2019},
journal = {\textnormal{to appear in} Math. Program.}
}
@article{ASBandeira_KScheinberg_LNVicente_2014,
title = {Convergence of trust-region methods based on probabilistic models},
author = {A. S. {Bandeira} and K. Scheinberg and L. N. Vicente},
journal = siopt,
volume = {24},
pages = {1238--1264},
year = {2014}
}
@article{SGratton_CWRoyer_LNVicente_ZZhang_2015,
title = {Direct search based on probabilistic descent},
author = {S. Gratton and C. W. {Royer} and L. N. {Vicente} and Z. Zhang},
journal = siopt,
volume = {25},
pages = {1515--1541},
year = {2015}
}
@article{SGratton_CWRoyer_LNVicente_ZZhang_2018,
author = {S. Gratton and C. W. Royer and L. N. Vicente and Z. Zhang},
title = {Complexity and global rates of trust-region methods based on probabilistic models},
journal = imana,
volume = {38},
pages = {1579--1597},
year = {2018}
}
@article{Bandeira_Scheinberg_Vicente_2014,
title = {Convergence of trust-region methods based on probabilistic models},
author = {A. S. {Bandeira} and K. Scheinberg and L. N. Vicente},
journal = siopt,
volume = {24},
pages = {1238--1264},
year = {2014}
}
@book{Conn_Gould_Toint_1992,
author = {Conn, A. R. and Gould, N. I. M. and Toint, Ph. L.},
title = {{LANCELOT}: A {F}ortran Package for Large-Scale Nonlinear Optimization (Release A)},
year = {1992},
publisher = {Springer-Verlag},
address = {Berlin},
}
@article{Gould_Orban_Sartenaer_Toint_2005,
title = {Sensitivity of trust-region algorithms to their parameters},
author = {Gould, N. I. M. and Orban, D. and Sartenaer, A. and
Toint, Ph. L.},
journal = qor,
volume = {3},
pages = {227--241},
year = {2005},
}
@article{Efstathiou_Gander_2003,
title = {Why restricted additive {Schwarz} converges faster than additive {Schwarz}},
author = {Efstathiou, E. and Gander, M. J.},
journal = bit,
volume = {43},
pages = {945--959},
year = {2003},
}
@incollection{Conn_Scheinberg_Toint_1997,
title = {On the convergence of derivative-free methods for unconstrained optimization},
author = {Conn, A. R. and Scheinberg, K. and Toint, Ph. L.},
booktitle = {Approximation Theory and Optimization: Tributes to {M. J. D. Powell}},
editor = {Iserles, A. and Buhmann, M. D.},
pages = {83--108},
year = {1997},
publisher = {Cambridge University Press},
address = {Cambridge},
}
@book{Dolean_Jolivet_Nataf_2015,
author = {Dolean, V. and Jolivet, P. and Nataf, F.},
title = {An Introduction to Domain Decomposition Methods: Algorithms, Theory, and Parallel Implementation},
publisher = {SIAM},
year = {2015},
address = {Philadelphia},
}
@article{Zhang_Gu_Liu_2015,
title = {Overlapping restricted additive {Schwarz} method with
damping factor for ${H}$-matrix linear complementarity problem},
journal = amc,
volume = {271},
pages = {1--10},
year = {2015},
author = {L. Zhang and T. Gu and X. Liu},
}
@techreport{Saad_1995,