This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
optim.bib
3655 lines (3349 loc) · 119 KB
/
optim.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
%%% ===================================================================
%%% BibTeX-file{
%%% author = "Tom M. Ragonneau",
%%% version = "1.0.0",
%%% date = "January 05, 2023",
%%% filename = "optim.bib",
%%% address = "Department of Applied Mathematics
%%% The Hong Kong Polytechnic University
%%% Hung Hom, Kowloon, Hong Kong",
%%% telephone = "+852 6995 7651",
%%% FAX = "",
%%% checksum = "",
%%% email = "tom.ragonneau at polyu.edu.hk (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "BibLaTeX, strings",
%%% supported = "yes",
%%% docstring = "BibLaTeX bibliography for optimization."
%%% }
%%% ===================================================================
%%% The latest version of this file is available at
%%%
%%% https://github.com/ragonneau/ragonneau-bib
%%%
%%% It is adapted from the BibTex bibliography for papers, books,
%%% e-prints, articles, etc. of Nicholas J. Higham, available at
%%%
%%% https://github.com/higham/njhigham-bib
%%% (or http://www.maths.manchester.ac.uk/~higham/papers).
%%%
%%% The string definitions required by this file are available in the
%%% file strings.bib (or strings-long.bib) at the above URL.
@article{Abramson_Audet_2006,
author = {Abramson, M. A. and Audet, C.},
title = {Convergence of mesh adaptive direct search to second-order stationary points},
journaltitle = j-siopt,
volume = {17},
_number = {2},
pages = {606--619},
date = {2006},
_created = {2021-02-22},
_updated = {2022-02-02},
}
@article{Abramson_Etal_2009,
author = {Abramson, M. A. and Audet, C. and Dennis, Jr., J. E. and Le Digabel, S.},
title = {{OrthoMADS}: a deterministic {MADS} instance with orthogonal directions},
journaltitle = j-siopt,
volume = {20},
_number = {2},
pages = {948--966},
date = {2009},
_created = {2021-02-22},
_updated = {2022-11-28},
}
@article{Ai_Zhang_2009,
author = {Ai, W. and Zhang, S.},
title = {Strong duality for the {CDT} subproblem: a necessary and sufficient condition},
journaltitle = j-siopt,
volume = {19},
_number = {4},
pages = {1735--1756},
date = {2009},
_created = {2022-07-19},
_updated = {2022-07-19},
}
@article{Alberto_Etal_2004,
author = {Alberto, P. and Nogueira, F. and Rocha, H. and Vicente, L. N.},
title = {Pattern search methods for user-provided points: application to molecular geometry problems},
journaltitle = j-siopt,
volume = {14},
_number = {4},
pages = {1216--1236},
date = {2004},
_created = {2021-11-25},
_updated = {2022-02-02},
}
@book{Anderson_Etal_1999,
author = {Anderson, E. and Bai, Z. and Bischof, C. and Blackford, S. and Demmel, J. and Dongarra, J. and Croz, J. Du and Greenbaum, A. and Hammarling, S. and McKenney, A. and Sorensen, D.},
title = {{LAPACK} Users' Guide},
edition = {Third},
publisher = pub-siam,
location = pub-siam:adr,
date = {1999},
_created = {2021-01-16},
_updated = {2021-11-24},
}
@article{Audet_Dennis_2006,
author = {Audet, C. and Dennis, Jr., J. E.},
title = {Mesh adaptive direct search algorithms for constrained optimization},
journaltitle = j-siopt,
volume = {17},
_number = {1},
pages = {188--217},
date = {2006},
_created = {2021-02-22},
_updated = {2022-11-28},
}
@article{Audet_Dennis_Digabel_2008,
author = {Audet, C. and Dennis, Jr., J. E. and Le Digabel, S.},
title = {Parallel space decomposition of the mesh adaptive direct search algorithm},
journaltitle = j-siopt,
volume = {19},
_number = {3},
pages = {1150--1170},
date = {2008},
_created = {2021-02-22},
_updated = {2022-11-28},
}
@report{Audet_Digabel_Peyrega_2016,
author = {Audet, C. and Le Digabel, S. and Peyrega, M.},
title = {A derivative-free trust-region augmented Lagrangian algorithm},
type = {techreport},
institution = inst-gerad,
location = inst-gerad:adr,
number = {G-2016-53},
date = {2016},
_created = {2022-11-26},
_updated = {2022-11-28},
}
@article{Audet_Digabel_Tribes_2019,
author = {Audet, C. and Le Digabel, S. and Tribes, C.},
title = {The mesh adaptive direct search algorithm for granular and discrete variables},
journaltitle = j-siopt,
volume = {29},
_number = {2},
pages = {1164--1189},
date = {2019},
_created = {2022-04-04},
_updated = {2022-11-28},
}
@book{Audet_Hare_2017,
author = {Audet, C. and Hare, W.},
title = {Derivative-Free and Blackbox Optimization},
series = s-sorfe,
publisher = pub-springer,
location = pub-springer:adr-c,
date = {2017},
_created = {2021-02-16},
_updated = {2022-02-02},
}
@article{Audet_Orban_2006,
author = {Audet, C. and Orban, D.},
title = {Finding optimal algorithmic parameters using derivative-free optimization},
journaltitle = j-siopt,
volume = {17},
_number = {3},
pages = {642--664},
date = {2006},
_created = {2021-04-05},
_updated = {2022-02-02},
}
@book{Bagirov_Karmitsa_Makela_2014,
author = {Bagirov, A. and Karmitsa, N. and M{\"{a}}kel{\"{a}}, M. M.},
title = {Introduction to Nonsmooth Optimization: Theory, Practice and Software},
publisher = pub-springer,
location = pub-springer:adr-c,
date = {2014},
_created = {2022-04-14},
_updated = {2022-04-14},
}
@article{Bandeira_Scheinberg_Vicente_2012,
author = {Bandeira, A. S. and Scheinberg, K. and Vicente, L. N.},
title = {Computation of sparse low degree interpolating polynomials and their application to derivative-free optimization},
journaltitle = j-mp,
volume = {134},
_number = {1},
pages = {223--257},
date = {2012},
_created = {2022-01-18},
_updated = {2022-02-02},
}
@article{Bandeira_Scheinberg_Vicente_2014,
author = {Bandeira, A. S. and Scheinberg, K. and Vicente, L. N.},
title = {Convergence of trust-region methods based on probabilistic models},
journaltitle = j-siopt,
volume = {24},
_number = {3},
pages = {1238--1264},
date = {2014},
_created = {2021-03-24},
_updated = {2022-02-02},
}
@article{Bates_Etal_2015,
author = {Bates, D. M. and M{\"{a}}chler, M. and Bolker, B. and Walker, S.},
title = {Fitting linear mixed-effects models using lme4},
journaltitle = j-jss,
volume = {67},
_number = {1},
pages = {1--48},
date = {2015},
_created = {2021-05-03},
_updated = {2022-02-02},
}
@software{Bates_Etal_2014,
author = {Bates, D. M. and Mullen, K. M. and Nash, J. C. and Varadhan, R.},
title = {minqa: derivative-free optimization algorithms by quadratic approximation},
url = {http://cran.r-project.org/package=minqa},
version = {1.2.4},
date = {2014},
_created = {2021-05-05},
_updated = {2023-01-05},
}
@inproceedings{Beale_1967,
author = {Beale, E. M. L.},
title = {Numerical methods},
booktitle = {Nonlinear Programming},
editor = {Abadie, J.},
publisher = pub-nh,
location = pub-nh:adr,
pages = {135--205},
date = {1977},
_created = {2021-04-15},
_updated = {2021-11-24},
}
@article{Behnel_Etal_2011,
author = {Behnel, S. and Bradshaw, R. and Citro, C. and Dalcin, L. and Seljebotn, D. S. and Smith, K.},
title = {Cython: the best of both worlds},
journaltitle = s-cse,
volume = {13},
_number = {2},
pages = {31--39},
date = {2011},
_created = {2021-04-26},
_updated = {2021-11-24},
}
@article{Berahas_Byrd_Nocedal_2019,
author = {Berahas, A. S. and Byrd, R. H. and Nocedal, J.},
title = {Derivative-free optimization of noisy functions via quasi-{Newton} methods},
journaltitle = j-siopt,
volume = {29},
_number = {2},
pages = {965--993},
date = {2019},
_created = {2021-04-26},
_updated = {2022-02-02},
}
@thesis{Berghen_2004,
author = {{Vanden Berghen}, F.},
title = {{CONDOR}: a constrained, non-linear, derivative-free parallel optimizer for continuous, high computing load, noisy objective functions},
type = {phdthesis},
institution = inst-ulb,
location = inst-ulb:adr,
date = {2004},
_created = {2022-07-15},
_updated = {2022-11-26},
}
@article{Berghen_Bersini_2004,
author = {{Vanden Berghen}, F. and Bersini, Hughes},
title = {{CONDOR}, a new parallel, constrained extension of Powell's {UOBYQA} algorithm: experimental results and comparison with the {DFO} algorithm},
journaltitle = j-cam,
volume = {181},
_number = {1},
pages = {157--175},
date = {2004},
_created = {2022-04-06},
_updated = {2022-04-06},
}
@inproceedings{Bergstra_Yamins_Cox_2013,
author = {Bergstra, J. and Yamins, D. and Cox, D. D.},
title = {Making a science of model search: hyperparameter optimization in hundreds of dimensions for vision architectures},
booktitle = {Proceedings of the 30th International Conference on Machine Learning},
editor = {Dasgupta, S. and McAllester, D.},
publisher = pub-pmlr,
location = pub-pmlr:adr,
pages = {115--123},
date = {2013},
_created = {2021-04-16},
_updated = {2021-11-24},
}
@article{Bezanson_Etal_2017,
author = {Bezanson, J. and Edelman, A. and Karpinski, S. and Shah, V. B},
title = {Julia: a fresh approach to numerical computing},
journaltitle = j-sirev,
volume = {59},
_number = {1},
pages = {65--98},
date = {2017},
_created = {2022-08-08},
_updated = {2022-08-08},
}
@article{Bienstock_2016,
author = {Bienstock, D.},
title = {A note on polynomial solvability of the CDT problem},
journaltitle = j-siopt,
volume = {26},
_number = {1},
pages = {488--498},
date = {2016},
_created = {2022-07-19},
_updated = {2022-07-19},
}
@inproceedings{Biggs_1975,
author = {Biggs, M. C.},
title = {Constrained minimization using recursive quadratic programming: Some alternative subproblem formulation},
booktitle = {Towards Global Optimisation},
editor = {Dixon, L. C. W. and Szeg{\"{o}}, G. P.},
publisher = pub-nh,
location = pub-nh:adr,
pages = {341--349},
date = {1975},
_created = {2022-06-14},
_updated = {2022-06-14},
}
@article{Billups_Larson_Graf_2013,
author = {Billups, S. C. and Larson, J. and Graf, P.},
title = {Derivative-free optimization of expensive functions with computational error using weighted regression},
journaltitle = j-siopt,
volume = {23},
_number = {1},
pages = {27--53},
date = {2013},
_created = {2021-02-22},
_updated = {2022-02-02},
}
@article{Biviano_Etal_2013,
author = {Biviano, A. and Rosati, P. and Balestra, I. and Mercurio, A. and Girardi, M. and Nonino, M. and Grillo, C. and Scodeggio, M. and Lemze, D. and Kelson, D. and Umetsu, K. and Postman, M. and Zitrin, A. and Czoske, O. and Ettori, S. and Fritz, A. and Lombardi, M. and Maier, C. and Medezinski, E. and Mei, S. and Presotto, V. and Strazzullo, V. and Tozzi, P. and Ziegler, B. and Annunziatella, M. and Bartelmann, M. and Benitez, N. and Bradley, L. and Brescia, M. and Broadhurst, T. and Coe, D. and Demarco, R. and Donahue, M. and Ford, H. and Gobat, R. and Graves, G. and Koekemoer, A. and Kuchner, U. and Melchior, P. and Meneghetti, M. and Merten, J. and Moustakas, L. and Munari, E. and Reg{\H{o}}s, E. and Sartoris, B. and Seitz, S. and Zheng, W.},
title = {{CLASH-VLT}: the mass, velocity-anisotropy, and pseudo-phase-space density profiles of the~$z = 0.44$ galaxy cluster {MACS} {J1206.2-0847}},
journaltitle = j-aa,
volume = {558},
pages = {A1:1--A1:22},
date = {2013},
_created = {2021-05-05},
_updated = {2022-02-02},
}
@article{Blackford_Etal_2002,
author = {Blackford, L. and Demmel, J. and Dongarra, J. and Duff, I. and Hammarling, S. and Henry, G. and Heroux, M. and Kaufman, L. and Lumsdaine, A. and Petitet, A. and Pozo, R. and Remington, K. and Whaley, R. C.},
title = {An updated set of basic linear algebra subprograms ({BLAS})},
journaltitle = j-toms,
volume = {28},
_number = {2},
pages = {135--151},
date = {2002},
_created = {2022-08-08},
_updated = {2022-08-08},
}
@article{Boggs_Tolle_1995,
author = {Boggs, P. T. and Tolle, J. W.},
title = {Sequential Quadratic Programming},
journaltitle = j-an,
volume = {4},
pages = {1--51},
date = {1995},
_created = {2021-04-22},
_updated = {2021-11-24},
}
@article{Bomze_Overton_2015,
author = {Bomze, I. M. and Overton, M. L.},
title = {Narrowing the difficulty gap for the {Celis-Dennis-Tapia} problem},
journaltitle = j-mp,
volume = {151},
pages = {459--476},
date = {2015},
_created = {2022-07-22},
_updated = {2022-07-22},
}
@inproceedings{Booker_Etal_1998a,
author = {Booker, A. J. and Dennis, Jr., J. E. and Frank, P. D. and Moore, D. W. and Serafini, D. B.},
title = {Managing surrogate objectives to optimize a helicopter rotor design -- further experiments},
booktitle = {The 7th AIAA/USAF/NASA/ISSMO Symposium on Multidisciplinary Analysis and Optimization},
publisher = pub-aiaa,
location = pub-aiaa:adr-sl,
date = {1998},
_created = {2021-02-02},
_updated = {2022-11-28},
}
@inproceedings{Booker_Etal_1998b,
author = {Booker, A. J. and Dennis, Jr., J. E. and Frank, P. D. and Serafini, D. B. and Torczon, V.},
title = {Optimization using surrogate objectives on a helicopter test example},
booktitle = {Computational Methods for Optimal Design and Control},
editor = {Borggaard, J. T. and Burns, J. and Cliff, E. and Schreck, E.},
publisher = pub-bh,
location = pub-bh:adr,
pages = {49--58},
date = {1998},
_created = {2021-02-02},
_updated = {2022-11-28},
}
@article{Booker_Etal_1999,
author = {Booker, A. J. and Dennis, Jr., J. E. and Frank, P. D. and Serafini, D. B. and Torczon, V. and Trosset, M. W.},
title = {A rigorous framework for optimization of expensive functions by surrogates},
journaltitle = j-smo,
volume = {17},
_number = {1},
pages = {1--13},
date = {1999},
_created = {2021-02-22},
_updated = {2022-11-28},
}
@inproceedings{Bortz_Kelley_1998,
author = {Bortz, D. M. and Kelley, C. T.},
title = {The simplex gradient and noisy optimization problems},
booktitle = {Computational Methods in Optimal Design and Control, Progress in Systems and Control Theory},
editor = {Borggaard, J. T. and Burns, J. and Cliff, E. and Schreck, S.},
publisher = pub-bh,
location = pub-bh:adr,
pages = {77--90},
date = {1998},
_created = {2022-05-03},
_updated = {2022-05-03},
}
@inproceedings{Boser_Guyon_Vapnik_1992,
author = {Boser, B. E. and Guyon, I. M. and Vapnik, V. N.},
title = {A training algorithm for optimal margin classifiers},
booktitle = {Proceedings of the 5th Annual Workshop on Computational Learning Theory},
editor = {Haussler, D.},
publisher = pub-acm,
location = pub-acm:adr,
pages = {144--152},
date = {1992},
_created = {2021-11-29},
_updated = {2021-11-29},
}
@article{Box_1966,
author = {Box, M. J.},
title = {A comparison of several current optimization methods, and the use of transformations in constrained problems},
journaltitle = j-cj,
volume = {9},
_number = {1},
pages = {67--77},
date = {1966},
_created = {2021-02-03},
_updated = {2021-11-24},
}
@article{Bradley_1997,
author = {Bradley, A. P.},
title = {The use of the area under the {ROC} curve in the evaluation of machine learning algorithms},
journaltitle = j-pr,
volume = {30},
_number = {7},
pages = {1145--1159},
date = {1997},
_created = {2021-07-19},
_updated = {2021-11-24},
}
@article{Bregman_1967,
author = {Bregman, L. M.},
title = {The relaxation method of finding the common point of convex sets and its application to the solution of problems in convex programming},
journaltitle = j-ussr,
volume = {7},
_number = {3},
pages = {200--217},
date = {1967},
_created = {2021-04-27},
_updated = {2021-11-24},
}
@article{Bro_Jong_1997,
author = {Bro, R. and {De Jong}, S.},
title = {A fast non-negativity-constrained least squares algorithm},
journaltitle = j-jcm,
volume = {11},
_number = {5},
pages = {393--401},
date = {1997},
_created = {2021-02-09},
_updated = {2022-02-02},
}
@article{Buckley_1978,
author = {Bucley, A. G.},
title = {A combined conjugate gradient quasi-{Newton} minimization algorithm},
journaltitle = j-mp,
volume = {15},
pages = {200--210},
date = {1978},
_created = {2022-07-29},
_updated = {2022-07-29},
}
@article{Buckley_Lenir_1978,
author = {Bucley, A. G. and Lenir, A.},
title = {{QN}-like variable storage conjugate gradients},
journaltitle = j-mp,
volume = {27},
pages = {155--175},
date = {1983},
_created = {2022-07-29},
_updated = {2022-07-29},
}
@article{Burke_1992,
author = {Burke, J. V.},
title = {A robust trust region method for constrained nonlinear programming problems},
journaltitle = j-siopt,
volume = {2},
_number = {2},
pages = {324--347},
date = {1992},
_created = {2022-06-15},
_updated = {2022-06-15},
}
@inproceedings{Byrd_1987,
author = {Byrd, R. H.},
title = {Robust trust region methods for constrained optimization},
booktitle = {The Third SIAM Conference on Optimization},
date = {1987},
_created = {2021-02-09},
_updated = {2021-11-24},
}
@article{Byrd_Gilbert_Nocedal_2000,
author = {Byrd, R. H. and Gilbert, J. C. and Nocedal, J.},
title = {A trust region method based on interior point techniques for nonlinear programming},
journaltitle = j-mp,
volume = {89},
_number = {1},
pages = {149--185},
date = {2000},
_created = {2021-02-09},
_updated = {2021-11-24},
}
@article{Byrd_Etal_2004,
author = {Byrd, R. H. and Gould, N. I. M. and Nocedal, J. and Waltz, R. A.},
title = {An algorithm for nonlinear optimization using linear programming and equality constrained subproblems},
journaltitle = j-mp,
volume = {100},
pages = {27--48},
date = {2004},
_created = {2022-07-26},
_updated = {2022-07-26},
}
@article{Byrd_Hribar_Nocedal_1999,
author = {Byrd, R. H. and Hribar, M. E. and Nocedal, J.},
title = {An interior point algorithm for large-scale nonlinear programming},
journaltitle = j-siopt,
volume = {9},
_number = {4},
pages = {877--900},
date = {1999},
_created = {2021-02-03},
_updated = {2021-11-24},
}
@article{Byrd_Nocedal_1991,
author = {Byrd, R. H. and Nocedal, J.},
title = {An analysis of reduced {Hessian} methods for constrained optimization},
journaltitle = j-mp,
volume = {49},
pages = {285--323},
date = {1991},
_created = {2022-08-01},
_updated = {2022-08-01},
}
@article{Byrd_Schnabel_Shultz_1987,
author = {Byrd, R. H. and Schnabel, R. B. and Shultz, G. A.},
title = {A trust region algorithm for nonlinearly constrained optimization},
journaltitle = {SIAM J. Numer. Anal.},
volume = {24},
_number = {5},
pages = {1152--1170},
date = {1987},
_created = {2022-02-04},
_updated = {2022-02-04},
}
@inproceedings{Cartis_Ferguson_Roberts_2020,
author = {Cartis, C. and Ferguson, T. and Roberts, L.},
title = {Optimization for nonlinear least-squares problems},
booktitle = {The 37th International Conference on Machine Learning},
date = {2020},
_created = {2021-02-26},
_updated = {2021-11-24},
}
@article{Cartis_Etal_2019,
author = {Cartis, C. and Fiala, J. and Marteau, B. and Roberts, L.},
title = {Improving the flexibility and robustness of model-based derivative-free optimization solvers},
journaltitle = j-toms,
volume = {45},
_number = {3},
pages = {32:1--32:41},
date = {2019},
_created = {2021-02-22},
_updated = {2022-02-02},
}
@article{Cartis_Scheinberg_2018,
author = {Cartis, C. and Scheinberg, K.},
title = {Global convergence rate analysis of unconstrained optimization methods based on probabilistic models},
journaltitle = j-mp,
volume = {169},
_number = {2},
pages = {337--375},
date = {2018},
_created = {2021-03-24},
_updated = {2021-11-24},
}
@thesis{Celis_1985,
author = {Celis, M. R.},
title = {A trust region strategy for nonlinear equality constrained optimization},
type = {phdthesis},
institution = inst-ru,
location = inst-ru:adr,
date = {1985},
_created = {2022-07-15},
_updated = {2022-07-15},
}
@inproceedings{Celis_Dennis_Tapia_1985,
author = {Celis, M. R. and Dennis, J. E. and Tapia, R. A.},
title = {A trust region strategy for nonlinear equality constrained optimization},
booktitle = {Numerical Optimization},
editor = {Boggs, P. T. and Byrd, R. H. and Schnabel, R. B.},
publisher = pub-siam,
location = pub-siam:adr,
pages = {71--82},
date = {1985},
_created = {2021-03-26},
_updated = {2021-11-24},
}
@inproceedings{Chamberlain_Etal_1982,
author = {Chamberlain, R. M. and Powell, M. J. D. and Lemarechal, C. and Pedersen, H. C.},
title = {The watchdog technique for forcing convergence in algorithms for constrained optimization},
booktitle = {Algorithms for Constrained Minimization of Smooth Nonlinear Functions},
editor = {Buckley, A. G. and Goffin, J. L.},
series = s-mps,
publisher = pub-springer,
location = pub-springer:adr-bh,
volume = {16},
pages = {1--17},
date = {1982},
_created = {2022-02-04},
_updated = {2022-02-04},
}
@article{Chang_Lin_2011,
author = {Chang, C. C. and Lin, C. J.},
title = {{LIBSVM}: a library for support vector machines},
journaltitle = j-acmtist,
volume = {2},
_number = {3},
pages = {27:1--27:27},
date = {2011},
_created = {2021-02-19},
_updated = {2021-11-24},
}
@article{Chen_Etal_2018,
author = {Chen, X. and Kelley, C. T. and Xu, F. and Zhang, Z.},
title = {A smoothing direct search method for {Monte Carlo}-based bound constrained composite nonsmooth optimization},
journaltitle = j-sisc,
volume = {40},
_number = {4},
pages = {A2174--A2199},
date = {2018},
_created = {2022-11-25},
_updated = {2022-11-25},
}
@article{Chen_Menickelly_Scheinberg_2018,
author = {Chen, R. and Menickelly, M. and Scheinberg, K.},
title = {Stochastic optimization using a trust-region method and random models},
journaltitle = j-mp,
volume = {169},
_number = {2},
pages = {447--487},
date = {2018},
_created = {2022-05-01},
_updated = {2022-05-01},
}
@article{Chen_Niu_Yuan_2013,
author = {Chen, X. and Niu, L. and Yuan, Y.},
title = {Optimality conditions and a smoothing trust region method for nonLipschitz optimization},
journaltitle = j-siopt,
volume = {23},
_number = {3},
pages = {1528--1552},
date = {2013},
_created = {2022-02-04},
_updated = {2022-02-04},
}
@article{Chen_Yuan_1999,
author = {Chen, X. and Yuan, Y.},
title = {On local solutions of the Celis-Dennis-Tapia subproblem},
journaltitle = j-siopt,
volume = {10},
_number = {2},
pages = {359--383},
date = {1999},
_created = {2022-07-19},
_updated = {2022-07-19},
}
@article{Chen_Yuan_2009,
author = {Chen, X. and Yuan, Y.},
title = {Strong duality for the CDT subproblem: a necessary and sufficient condition},
journaltitle = j-jcma,
volume = {19},
_number = {2},
pages = {113--124},
date = {2009},
_created = {2022-07-19},
_updated = {2022-07-19},
}
@article{Ciarlet_Raviart_1972,
author = {Ciarlet, P. G. and Raviart, P. A.},
title = {General {Lagrange} and {Hermite} interpolation in~$R^n$ with applications to finite element methods},
journaltitle = j-arma,
volume = {46},
_number = {3},
pages = {177--199},
date = {1972},
_created = {2022-05-06},
_updated = {2022-05-06},
}
@book{Clark_1983,
author = {Clarke, F. H.},
title = {Optimization and Nonsmooth Analysis},
publisher = pub-wiley,
location = pub-wiley:adr-ny,
date = {1983},
_created = {2022-04-14},
_updated = {2022-04-14},
}
@article{Colman_Conn_1982a,
author = {Colman, T. F. and Conn, A. R.},
title = {Nonlinear programming via an exact penalty function: asymptotic analysis},
journaltitle = j-mp,
volume = {24},
_number = {1},
pages = {123--136},
date = {1982},
_created = {2022-02-07},
_updated = {2022-02-07},
}
@article{Colman_Conn_1982b,
author = {Colman, T. F. and Conn, A. R.},
title = {Nonlinear programming via an exact penalty function: global analysis},
journaltitle = j-mp,
volume = {24},
_number = {1},
pages = {137--161},
date = {1982},
_created = {2022-02-07},
_updated = {2022-02-07},
}
@article{Conejo_Karas_Pedroso_2015,
author = {Conejo, P. D. and Karas, E. W. and Pedroso, L. G.},
title = {A trust-region derivative-free algorithm for constrained optimization},
journaltitle = j-oms,
volume = {30},
_number = {6},
pages = {1126--1145},
date = {2015},
_created = {2022-11-26},
_updated = {2022-11-26},
}
@article{Conn_Digabel_2013,
author = {Conn, A. R. and Le Digabel, S.},
title = {Use of quadratic models with mesh-adaptive direct search for constrained black box optimization},
journaltitle = j-oms,
volume = {28},
_number = {1},
pages = {139--158},
date = {2013},
_created = {2021-09-06},
_updated = {2022-11-28},
}
@book{Conn_Gould_Toint_2000,
author = {Conn, A. R. and Gould, N. I. M. and Toint, Ph. L.},
title = {Trust-Region Methods},
series = s-mpso,
publisher = pub-siam,
location = pub-siam:adr,
date = {2000},
_created = {2021-01-06},
_updated = {2022-01-20},
}
@inproceedings{Conn_Scheinberg_Toint_1997a,
author = {Conn, A. R. and Scheinberg, K. and Toint, Ph. L.},
title = {On the convergence of derivative-free methods for unconstrained optimization},
booktitle = {Approximation Theory and Optimization: Tributes to M. J. D. Powell},
editor = {Buhmann, M. D. and Iserles, A.},
publisher = pub-cup,
location = pub-cup:adr,
pages = {83--108},
date = {1997},
_created = {2021-03-12},
_updated = {2022-02-02},
}
@article{Conn_Scheinberg_Toint_1997b,
author = {Conn, A. R. and Scheinberg, K. and Toint, Ph. L.},
title = {Recent progress in unconstrained nonlinear optimization without derivatives},
journaltitle = j-mp,
volume = {79},
_number = {1--3},
pages = {397--414},
date = {1997},
_created = {2021-01-06},
_updated = {2021-11-24},
}
@inproceedings{Conn_Scheinberg_Toint_1998,
author = {Conn, A. R. and Scheinberg, K. and Toint, Ph. L.},
title = {A derivative free optimization algorithm in practice},
booktitle = {Proceedings of the 7th AIAA/USAF/NASA/ISSMO Symposium on Multidisciplinary Analysis and Optimization},
publisher = pub-aiaa,
location = pub-aiaa:adr-sl,
pages = {129--139},
date = {1998},
_created = {2021-01-11},
_updated = {2021-11-25},
}
@article{Conn_Scheinberg_Vicente_2008a,
author = {Conn, A. R. and Scheinberg, K. and Vicente, L. N.},
title = {Geometry of interpolation sets in derivative free optimization},
journaltitle = j-mp,
volume = {111},
_number = {1},
pages = {141--172},
date = {2008},
_created = {2021-02-26},
_updated = {2022-11-29},
}
@article{Conn_Scheinberg_Vicente_2008b,
author = {Conn, A. R. and Scheinberg, K. and Vicente, L. N.},
title = {Geometry of sample sets in derivative-free optimization: polynomial regression and underdetermined interpolation},
journaltitle = j-ima-jna,
volume = {28},
_number = {4},
pages = {721--748},
date = {2008},
_created = {2021-03-12},
_updated = {2022-11-29},
}
@article{Conn_Scheinberg_Vicente_2009a,
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},
journaltitle = j-siopt,
volume = {20},
_number = {1},
pages = {387--415},
date = {2009},
_created = {2021-03-12},
_updated = {2022-11-29},
}
@book{Conn_Scheinberg_Vicente_2009b,
author = {Conn, A. R. and Scheinberg, K. and Vicente, L. N.},
title = {Introduction to Derivative-Free Optimization},
series = s-mpso,
publisher = pub-siam,
location = pub-siam:adr,
date = {2009},
_created = {2021-01-06},
_updated = {2022-11-29},
}
@inproceedings{Conn_Toint_1996,
author = {Conn, A. R. and Toint, Ph. L.},
title = {An algorithm using quadratic interpolation for unconstrained derivative free optimization},
booktitle = {Nonlinear Optimization and Applications},
editor = {{Di Pillo}, G. and Giannessi, F.},
publisher = pub-springer,
location = pub-springer:adr-b,
pages = {27--47},
date = {1996},
_created = {2021-02-22},
_updated = {2021-11-25},
}
@article{Cortes_Vapnik_1995,
author = {Cortes, C. and Vapnik, V.},
title = {Support-vector networks},
journaltitle = j-ml,
volume = {20},
_number = {3},
pages = {273--297},
date = {1995},
_created = {2021-11-29},
_updated = {2022-02-02},
}
@article{Courant_1943,
author = {Courant, R.},
title = {Variational methods for the solution of problems of equilibrium and vibrations},
journaltitle = j-bams,
volume = {49},
pages = {1--23},
date = {1943},
_created = {2022-07-07},
_updated = {2022-07-07},
}
@inproceedings{Cramer_Gablonsky_2004,
author = {Cramer, E. J. and Gablonsky, J. M.},
title = {Effective parallel optimization of complex computer simulations},
booktitle = {Proceedings of the 10th AIAA/ISSMO Multidisciplinary Analysis and Optimization Conference},
publisher = pub-aiaa,
location = pub-aiaa:adr-a,
date = {2004},
_created = {2022-04-06},
_updated = {2022-04-06},
}
@book{Cui_Pang_2021,
author = {Cui, Y. and Pang, J. S.},
title = {Modern Nonconvex Nondifferentiable Optimization},
series = s-moso,
publisher = pub-siam,
location = pub-siam:adr,
date = {2021},
_created = {2022-04-20},
_updated = {2022-04-20},
}
@article{Curtis_Overton_2012,
author = {Curtis, F. E. and Overton, M. L.},
title = {On sequential quadratic programming algorithm for nonconvex, nonsmooth constrained optimization},
journaltitle = j-siopt,
volume = {22},
_number = {2},
pages = {474--500},
date = {2012},
_created = {2022-07-25},
_updated = {2022-07-25},
}
@article{Custodio_Bras_2019,
author = {Cust{\'{o}}dio, A. L. and Bras, C. P.},
title = {On the use of polynomial models in multiobjective directional direct search},
journaltitle = j-coa,
volume = {77},
_number = {3},
pages = {897--918},
date = {2019},
_created = {2021-02-22},
_updated = {2021-11-24},
}
@article{Custodio_Rocha_Vicente_2009,
author = {Cust{\'{o}}dio, A. L. and Rocha, H. and Vicente, L. N.},
title = {Incorporating minimum Frobenius norm models in direct search},
journaltitle = j-coa,
volume = {46},
_number = {2},
pages = {265--278},
date = {2009},
_created = {2021-02-22},
_updated = {2021-11-24},
}
@inproceedings{Custodio_Scheinberg_Vicente_2017,