Practical methods of optimization:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Chichester [u.a.]
Wiley
2004
|
Ausgabe: | 2. ed., repr. in paperback |
Schriftenreihe: | A Wiley-Interscience publication
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Hier auch später erschienene, unveränderte Nachdrucke |
Beschreibung: | XIV, 436 S. Ill., graph. Darst. |
ISBN: | 9780471494638 0471494631 0471915475 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV019637153 | ||
003 | DE-604 | ||
005 | 20160601 | ||
007 | t | ||
008 | 041217s2004 ad|| |||| 00||| eng d | ||
020 | |a 9780471494638 |9 978-0-471-49463-8 | ||
020 | |a 0471494631 |9 0-471-49463-1 | ||
020 | |a 0471915475 |9 0-471-91547-5 | ||
035 | |a (OCoLC)630536436 | ||
035 | |a (DE-599)BVBBV019637153 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-91G |a DE-355 |a DE-91 |a DE-11 | ||
084 | |a SK 870 |0 (DE-625)143265: |2 rvk | ||
084 | |a MAT 910f |2 stub | ||
100 | 1 | |a Fletcher, Roger |e Verfasser |4 aut | |
245 | 1 | 0 | |a Practical methods of optimization |c R. Fletcher |
250 | |a 2. ed., repr. in paperback | ||
264 | 1 | |a Chichester [u.a.] |b Wiley |c 2004 | |
300 | |a XIV, 436 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a A Wiley-Interscience publication | |
500 | |a Hier auch später erschienene, unveränderte Nachdrucke | ||
650 | 4 | |a Optimización matemática (Informática) | |
650 | 0 | 7 | |a Optimierung |0 (DE-588)4043664-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Optimierung |0 (DE-588)4043664-0 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012966115&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-012966115 |
Datensatz im Suchindex
_version_ | 1804133007514140672 |
---|---|
adam_text | Contents
Preface........................................................... ix
Table of Notation............................................... xiii
PART 1 UNCONSTRAINED OPTIMIZATION.................................. 1
Chapter 1 Introduction............................................. 3
1.1 History and Applications.................................... 3
1.2 Mathematical Background..................................... 6
Questions for Chapter 1........................................ 11
Chapter 2 Structure of Methods.................................... 12
2.1 Conditions for Local Minima................................ 12
2.2 Ad hoc Methods............................................. 16
2.3 Useful Algorithmic Properties . ........................... 19
2.4 Quadratic Models ........................................ 24
2.5 Descent Methods and Stability.............................. 26
2.6 Algorithms for the Line Search Subproblem.................. 33
Questions for Chapter 2........................................ 40
Chapter 3 Newton-like Methods .................................... 44
3.1 Newton’s Method............................................ 44
3.2 Quasi-Newton Methods..................................... 49
3.3 Invariance, Metrics and Variational Properties............. 57
3.4 The Broyden Family......................................... 62
3.5 Numerical Experiments...................................... 68
3.6 Other Formulae........................................... 72
Questions for Chapter 3. . 74
Chapter 4 Conjugate Direction Methods ............................ 80
4.1 Conjugate Gradient Methods................................. 80
vj Contents
4.2 Direction Set Methods.................................... 87
Questions for Chapter 4...................................... 92
Chapter 5 Restricted Step Methods................................ 95
5.1 A Prototype Algorithm.................................... 95
5.2 Levenberg-Marquardt Methods.................................100
Questions for Chapter 5.........................................108
Chapter 6 Sums of Squares and Nonlinear Equations...................110
6.1 Over-determined Systems.....................................110
6.2 Well-determined Systems.....................................119
6.3 No-derivative Methods.......................................129
Questions for Chapter 6.........................................133
PART 2 CONSTRAINED OPTIMIZATION 137
Chapter 7 Introduction............................................. 139
7.1 Preview.................................................... 139
7.2 Elimination and Other Transformations.......................144
Questions for Chapter 7........................................ 149
Chapter 8 Linear Programming....................................... 150
8.1 Structure.................................................. 150
8.2 The Simplex Method......................................... 153
8.3 Other LP Techniques........................................ 159
8.4 Feasible Points for Linear Constraints..................... 162
8.5 Stable and Large-scale Linear Programming................168
8.6 Degeneracy................................................. 177
8.7 Polynomial Time Algorithms................................. 183
Questions for Chapter 8........................................ 188
Chapter 9 The Theory of Constrained Optimization ....... 195
9.1 Lagrange Multipliers....................................... 195
9.2 First Order Conditions .....................................201
9.3 Second Order Conditions.....................................207
9.4 Convexity...................................................213
9.5 Duality.....................................................219
Questions for Chapter 9....................................... 224
Chapter 10 Quadratic Programming....................................229
10.1 Equality Constraints.......................................229
10.2 Lagrangian Methods.........................................236
10.3 Active Set Methods.........................................240
10.4 Advanced Features..........................................245
Contents
vu
10.5 Special QP Problems........................................247
10.6 Complementary Pivoting and Other Methods...................250
Questions for Chapter 10........................................255
Chapter 11 General Linearly Constrained Optimization..............259
11.1 Equality Constraints.......................................259
11.2 Inequality Constraints.....................................264
11.3 Zigzagging.................................................268
Questions for Chapter 11........................................275
Chapter 12 Nonlinear Programming..................................277
12.1 Penalty and Barrier Functions..............................277
12.2 Multiplier Penalty Functions...............................287
12.3 The L1 Exact Penalty Function..............................296
12.4 The Lagrange-Newton Method (SQP)...........................304
12.5 Nonlinear Elimination and Feasible Direction Methods . . . 317
12.6 Other Methods .............................................322
Questions for Chapter 12........................................325
Chapter 13 Other Optimization Problems............................331
13.1 Integer Programming........................................331
13.2 Geometric Programming......................................339
13.3 Network Programming................................... . 344
Questions for Chapter 13........................................354
Chapter 14 Non-Smooth Optimization................................357
14.1 Introduction............................................. 357
14.2 Optimality Conditions..................................... 364
14.3 Exact Penalty Functions....................................378
14.4 Algorithms.................................................382
14.5 A Globally Convergent Prototype Algorithm..................397
14.6 Constrained Non-Smooth Optimization........................402
Questions for Chapter 14. . ..................................414
References * . . . .......................................... 417
Subject Index
430
|
any_adam_object | 1 |
author | Fletcher, Roger |
author_facet | Fletcher, Roger |
author_role | aut |
author_sort | Fletcher, Roger |
author_variant | r f rf |
building | Verbundindex |
bvnumber | BV019637153 |
classification_rvk | SK 870 |
classification_tum | MAT 910f |
ctrlnum | (OCoLC)630536436 (DE-599)BVBBV019637153 |
discipline | Mathematik |
edition | 2. ed., repr. in paperback |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01541nam a2200397 c 4500</leader><controlfield tag="001">BV019637153</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20160601 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">041217s2004 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780471494638</subfield><subfield code="9">978-0-471-49463-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0471494631</subfield><subfield code="9">0-471-49463-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0471915475</subfield><subfield code="9">0-471-91547-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)630536436</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV019637153</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 870</subfield><subfield code="0">(DE-625)143265:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 910f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Fletcher, Roger</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Practical methods of optimization</subfield><subfield code="c">R. Fletcher</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed., repr. in paperback</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Chichester [u.a.]</subfield><subfield code="b">Wiley</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 436 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">A Wiley-Interscience publication</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Hier auch später erschienene, unveränderte Nachdrucke</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Optimización matemática (Informática)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Optimierung</subfield><subfield code="0">(DE-588)4043664-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Optimierung</subfield><subfield code="0">(DE-588)4043664-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012966115&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-012966115</subfield></datafield></record></collection> |
id | DE-604.BV019637153 |
illustrated | Illustrated |
indexdate | 2024-07-09T20:01:52Z |
institution | BVB |
isbn | 9780471494638 0471494631 0471915475 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-012966115 |
oclc_num | 630536436 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-355 DE-BY-UBR DE-91 DE-BY-TUM DE-11 |
owner_facet | DE-91G DE-BY-TUM DE-355 DE-BY-UBR DE-91 DE-BY-TUM DE-11 |
physical | XIV, 436 S. Ill., graph. Darst. |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Wiley |
record_format | marc |
series2 | A Wiley-Interscience publication |
spelling | Fletcher, Roger Verfasser aut Practical methods of optimization R. Fletcher 2. ed., repr. in paperback Chichester [u.a.] Wiley 2004 XIV, 436 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier A Wiley-Interscience publication Hier auch später erschienene, unveränderte Nachdrucke Optimización matemática (Informática) Optimierung (DE-588)4043664-0 gnd rswk-swf Optimierung (DE-588)4043664-0 s DE-604 Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012966115&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Fletcher, Roger Practical methods of optimization Optimización matemática (Informática) Optimierung (DE-588)4043664-0 gnd |
subject_GND | (DE-588)4043664-0 |
title | Practical methods of optimization |
title_auth | Practical methods of optimization |
title_exact_search | Practical methods of optimization |
title_full | Practical methods of optimization R. Fletcher |
title_fullStr | Practical methods of optimization R. Fletcher |
title_full_unstemmed | Practical methods of optimization R. Fletcher |
title_short | Practical methods of optimization |
title_sort | practical methods of optimization |
topic | Optimización matemática (Informática) Optimierung (DE-588)4043664-0 gnd |
topic_facet | Optimización matemática (Informática) Optimierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=012966115&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT fletcherroger practicalmethodsofoptimization |