Practical methods of optimization:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Chichester u.a.
Wiley
1987
|
Ausgabe: | 2. ed. |
Schriftenreihe: | A Wiley-Interscience publication.
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 417 - 429. - 1. Aufl. in 2 Bänden erschienen |
Beschreibung: | XIV, 436 S. graph. Darst. |
ISBN: | 0471915475 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV002133991 | ||
003 | DE-604 | ||
005 | 20090408 | ||
007 | t | ||
008 | 890928s1987 d||| |||| 00||| eng d | ||
020 | |a 0471915475 |9 0-471-91547-5 | ||
035 | |a (OCoLC)15429523 | ||
035 | |a (DE-599)BVBBV002133991 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-91 |a DE-384 |a DE-703 |a DE-29T |a DE-19 |a DE-706 | ||
050 | 0 | |a QA402.5 | |
082 | 0 | |a 515 |2 19 | |
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. | ||
264 | 1 | |a Chichester u.a. |b Wiley |c 1987 | |
300 | |a XIV, 436 S. |b 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 Literaturverz. S. 417 - 429. - 1. Aufl. in 2 Bänden erschienen | ||
650 | 7 | |a Optimaliseren |2 gtt | |
650 | 4 | |a Optimisation mathématique | |
650 | 7 | |a Wiskundige methoden |2 gtt | |
650 | 4 | |a Mathematik | |
650 | 4 | |a Mathematical optimization | |
650 | 4 | |a Mathematics | |
650 | 4 | |a Operations Research | |
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 HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001399389&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-001399389 |
Datensatz im Suchindex
_version_ | 1804116587940151296 |
---|---|
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
vi 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 vii
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 Lt 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 | BV002133991 |
callnumber-first | Q - Science |
callnumber-label | QA402 |
callnumber-raw | QA402.5 |
callnumber-search | QA402.5 |
callnumber-sort | QA 3402.5 |
callnumber-subject | QA - Mathematics |
classification_rvk | SK 870 |
classification_tum | MAT 910f |
ctrlnum | (OCoLC)15429523 (DE-599)BVBBV002133991 |
dewey-full | 515 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 515 - Analysis |
dewey-raw | 515 |
dewey-search | 515 |
dewey-sort | 3515 |
dewey-tens | 510 - Mathematics |
discipline | Mathematik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01651nam a2200469 c 4500</leader><controlfield tag="001">BV002133991</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090408 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">890928s1987 d||| |||| 00||| eng d</controlfield><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)15429523</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV002133991</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA402.5</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">515</subfield><subfield code="2">19</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.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Chichester u.a.</subfield><subfield code="b">Wiley</subfield><subfield code="c">1987</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 436 S.</subfield><subfield code="b">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">Literaturverz. S. 417 - 429. - 1. Aufl. in 2 Bänden erschienen</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Optimaliseren</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Optimisation mathématique</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Wiskundige methoden</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematical optimization</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematics</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Operations Research</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">HBZ Datenaustausch</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=001399389&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-001399389</subfield></datafield></record></collection> |
id | DE-604.BV002133991 |
illustrated | Illustrated |
indexdate | 2024-07-09T15:40:53Z |
institution | BVB |
isbn | 0471915475 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-001399389 |
oclc_num | 15429523 |
open_access_boolean | |
owner | DE-91 DE-BY-TUM DE-384 DE-703 DE-29T DE-19 DE-BY-UBM DE-706 |
owner_facet | DE-91 DE-BY-TUM DE-384 DE-703 DE-29T DE-19 DE-BY-UBM DE-706 |
physical | XIV, 436 S. graph. Darst. |
publishDate | 1987 |
publishDateSearch | 1987 |
publishDateSort | 1987 |
publisher | Wiley |
record_format | marc |
series2 | A Wiley-Interscience publication. |
spelling | Fletcher, Roger Verfasser aut Practical methods of optimization R. Fletcher 2. ed. Chichester u.a. Wiley 1987 XIV, 436 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier A Wiley-Interscience publication. Literaturverz. S. 417 - 429. - 1. Aufl. in 2 Bänden erschienen Optimaliseren gtt Optimisation mathématique Wiskundige methoden gtt Mathematik Mathematical optimization Mathematics Operations Research Optimierung (DE-588)4043664-0 gnd rswk-swf Optimierung (DE-588)4043664-0 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001399389&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Fletcher, Roger Practical methods of optimization Optimaliseren gtt Optimisation mathématique Wiskundige methoden gtt Mathematik Mathematical optimization Mathematics Operations Research 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 | Optimaliseren gtt Optimisation mathématique Wiskundige methoden gtt Mathematik Mathematical optimization Mathematics Operations Research Optimierung (DE-588)4043664-0 gnd |
topic_facet | Optimaliseren Optimisation mathématique Wiskundige methoden Mathematik Mathematical optimization Mathematics Operations Research Optimierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001399389&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT fletcherroger practicalmethodsofoptimization |