Pyomo — Optimization Modeling in Python: Springer Optimization and Its Applications, cartea 67
Autor William E. Hart, Carl D. Laird, Jean-Paul Watson, David L. Woodruff, Gabriel A. Hackebeil, Bethany L. Nicholson, John D. Siirolaen Limba Engleză Paperback – 4 aug 2018
Pyomois an open source software package for formulating and solving large-scale optimization problems. The software extends the modeling approach supported by modern AML (Algebraic Modeling Language) tools. Pyomo is a flexible, extensible, and portable AML that is embedded in Python, a full-featured scripting language. Python is a powerful and dynamic programming language that has a very clear, readable syntax and intuitive object orientation. Pyomo includes Python classes for defining sparse sets, parameters, and variables, which can be used to formulate algebraic expressions that define objectives and constraints. Moreover, Pyomo can be used from a command-line interface and within Python's interactive command environment, which makes it easy to create Pyomo models, apply a variety of optimizers, and examine solutions.
Din seria Springer Optimization and Its Applications
- 15% Preț: 609.83 lei
- 15% Preț: 631.30 lei
- 14% Preț: 957.80 lei
- 17% Preț: 360.79 lei
- 13% Preț: 461.35 lei
- Preț: 339.21 lei
- 18% Preț: 748.38 lei
- Preț: 370.05 lei
- 18% Preț: 1076.33 lei
- 15% Preț: 614.04 lei
- 15% Preț: 614.96 lei
- Preț: 380.53 lei
- Preț: 360.95 lei
- Preț: 383.90 lei
- Preț: 388.48 lei
- Preț: 518.95 lei
- 15% Preț: 614.96 lei
- Preț: 370.83 lei
- 15% Preț: 617.30 lei
- 24% Preț: 611.55 lei
- 18% Preț: 923.76 lei
- 20% Preț: 585.91 lei
- 15% Preț: 674.48 lei
- 18% Preț: 705.36 lei
- 15% Preț: 625.23 lei
- 15% Preț: 625.99 lei
- 18% Preț: 707.76 lei
- 15% Preț: 669.97 lei
- 20% Preț: 581.07 lei
Preț: 404.17 lei
Nou
Puncte Express: 606
Preț estimativ în valută:
77.36€ • 83.19$ • 64.48£
77.36€ • 83.19$ • 64.48£
Carte tipărită la comandă
Livrare economică 17-23 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783319864822
ISBN-10: 3319864823
Pagini: 277
Ilustrații: XVIII, 277 p. 13 illus., 8 illus. in color.
Dimensiuni: 155 x 235 x 17 mm
Ediția:Softcover reprint of the original 2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Springer Optimization and Its Applications
Locul publicării:Cham, Switzerland
ISBN-10: 3319864823
Pagini: 277
Ilustrații: XVIII, 277 p. 13 illus., 8 illus. in color.
Dimensiuni: 155 x 235 x 17 mm
Ediția:Softcover reprint of the original 2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Springer Optimization and Its Applications
Locul publicării:Cham, Switzerland
Cuprins
1. Introduction.- Part I. An Introduction to Pyomo.- 2. Mathematical Modeling and Optimization.- 3. Pyomo Overview.- 4. Pyomo Models and Components.- 5. The Pyomo Command.- 6. Data Command Files.- Part II. Advanced Features and Extensions.- 7. Nonlinear Programming with Pyomo.- 8. Structured Modeling with Blocks.- 9. Generalized Disjunctive Programming.- 10. Stochastic Programming Extensions.- 11. Differential Algebraic Equations.- 12. Mathematical Programs with Equilibrium Constraints.- 13. Bilevel Programming.- 14. Scripting.- A. A Brief Python Tutorial.- Index.
Recenzii
“This book provides a detailed guide to Pyomo for beginners and advanced users from undergraduate students to academic researchers to practitioners. … the book is a good software guide which I strongly recommend to anybody interested in looking for an alternative to commercial modeling languages in general or in learning or intensifying their Pyomo skills in particular.” (Christina Schenk, SIAM Review, Vol. 61 (1), March, 2019)
Notă biografică
William E. Hart, Jean-Paul Watson, Carl D. Laird, Bethany L. Nicholson, and John D. Siirola are researchers affiliated with the Sandia National Laboratories in Albuquerque, New Mexico. David Woodruff is professor is the graduate school of management at the University of California, Davis. Gabriel Hackebeil is a math programming consultant at the University of Michigan.
Textul de pe ultima copertă
This book provides a complete and comprehensive guide to Pyomo (Python Optimization Modeling Objects) for beginning and advanced modelers, including students at the undergraduate and graduate levels, academic researchers, and practitioners. Using many examples to illustrate the different techniques useful for formulating models, this text beautifully elucidates the breadth of modeling capabilities that are supported by Pyomo and its handling of complex real-world applications. This second edition provides an expanded presentation of Pyomo’s modeling capabilities, providing a broader description of the software that will enable the user to develop and optimize models. Introductory chapters have been revised to extend tutorials; chapters that discuss advanced features now include the new functionalities added to Pyomo since the first edition including generalized disjunctive programming, mathematical programming with equilibrium constraints, and bilevel programming.
Pyomo is an open source software package for formulating and solving large-scale optimization problems. The software extends the modeling approach supported by modern AML (Algebraic Modeling Language) tools. Pyomo is a flexible, extensible, and portable AML that is embedded in Python, a full-featured scripting language. Python is a powerful and dynamic programming language that has a very clear, readable syntax and intuitive object orientation. Pyomo includes Python classes for defining sparse sets, parameters, and variables, which can be used to formulate algebraic expressions that define objectives and constraints. Moreover, Pyomo can be used from a command-line interface and within Python's interactive command environment, which makes it easy to create Pyomo models, apply a variety of optimizers, and examine solutions.
Review of the first edition:
Documents a simple, yet versatile tool for modeling and solving optimization problems. … The book, by Bill Hart, CarlLaird, Jean-Paul Watson, and David Woodruff, is essential to the usability of Pyomo, serving as the Pyomo documentation. … has contents for both an inexperienced user, and a computational operations research expert. … with examples of each of the concepts discussed.
—Nedialko B. Dimitrov, INFORMS Journal on Computing, Vol. 24 (4), Fall 2012
Review of the first edition:
Documents a simple, yet versatile tool for modeling and solving optimization problems. … The book, by Bill Hart, CarlLaird, Jean-Paul Watson, and David Woodruff, is essential to the usability of Pyomo, serving as the Pyomo documentation. … has contents for both an inexperienced user, and a computational operations research expert. … with examples of each of the concepts discussed.
—Nedialko B. Dimitrov, INFORMS Journal on Computing, Vol. 24 (4), Fall 2012
Caracteristici
Unique book describing the user-friendly Pyomo modeling tool, the most comprehensive open source modeling software that can model linear programs, integer programs, nonlinear programs, stochastic programs and disjunctive programs Second edition present additional PYOMO capabilities not appearing in other sources Discusses Pyomo's modeling components, illustrated with extensive examples Introduces beginners to the software and presents chapters for advanced modeling capabilities? Contains a comprehensive tutorial Includes supplementary material: sn.pub/extras