Verwandte Artikel zu Dynamic Programming: A Computational Tool: 38 (Studies...

Dynamic Programming: A Computational Tool: 38 (Studies in Computational Intelligence) - Softcover

 
9783642072000: Dynamic Programming: A Computational Tool: 38 (Studies in Computational Intelligence)
Alle Exemplare der Ausgabe mit dieser ISBN anzeigen:
 
 
Reseña del editor:
This book provides a practical introduction to computationally solving discrete optimization problems using dynamic programming. From the examples presented, readers should more easily be able to formulate dynamic programming solutions to their own problems of interest. We also provide and describe the design, implementation, and use of a software tool that has been used to numerically solve all of the problems presented earlier in the book.
Contraportada:

This book provides a practical introduction to computationally solving discrete optimization problems using dynamic programming. From the unusually numerous and varied examples presented, readers should more easily be able to formulate dynamic programming solutions to their own problems of interest.

We also provide and describe the design, implementation, and use of a software tool, named DP2PN2Solver, that has been used to numerically solve all of the problems presented earlier in the book. This computational tool can be used by students to solve academic problems if this book is used in coursework, and by practitioners to solve many real-world problems if the state space is not too large.

Finally, this book is also a research monograph that describes a novel application of Petri net theory. DP2PN2Solver takes user input in the form of the DP functional equation for a problem, automatically constructs a Petri net model, called a Bellman net, as an internal computer representation for the DP problem, and then generates from the Bellman net the numerical solution for the DP problem. This solution can be obtained using Java, a spreadsheet, a Petri net tool, and other systems.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

  • VerlagSpringer
  • Erscheinungsdatum2010
  • ISBN 10 3642072003
  • ISBN 13 9783642072000
  • EinbandTapa blanda
  • Anzahl der Seiten400

Versand: EUR 11,66
Von Vereinigtes Königreich nach USA

Versandziele, Kosten & Dauer

In den Warenkorb

Weitere beliebte Ausgaben desselben Titels

9783540370130: Dynamic Programming: A Computational Tool: 38 (Studies in Computational Intelligence)

Vorgestellte Ausgabe

ISBN 10:  3540370137 ISBN 13:  9783540370130
Verlag: Springer, 2006
Hardcover

  • 9783540827405: Dynamic Programming

    Springer, 2008
    Softcover

Beste Suchergebnisse bei AbeBooks

Beispielbild für diese ISBN

Art Lew
Verlag: Springer (2010)
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Softcover Anzahl: > 20
Print-on-Demand
Anbieter:
Ria Christie Collections
(Uxbridge, Vereinigtes Königreich)
Bewertung

Buchbeschreibung Zustand: New. PRINT ON DEMAND Book; New; Fast Shipping from the UK. No. book. Bestandsnummer des Verkäufers ria9783642072000_lsuk

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 140,51
Währung umrechnen

In den Warenkorb

Versand: EUR 11,66
Von Vereinigtes Königreich nach USA
Versandziele, Kosten & Dauer
Foto des Verkäufers

Lew, Art
Verlag: Springer (2010)
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Soft Cover Anzahl: 10
Anbieter:
booksXpress
(Bayonne, NJ, USA)
Bewertung

Buchbeschreibung Soft Cover. Zustand: new. Bestandsnummer des Verkäufers 9783642072000

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 166,99
Währung umrechnen

In den Warenkorb

Versand: Gratis
Innerhalb der USA
Versandziele, Kosten & Dauer
Beispielbild für diese ISBN

Lew, Art; Mauch, Holger
Verlag: Springer (2010)
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Softcover Anzahl: > 20
Anbieter:
Lucky's Textbooks
(Dallas, TX, USA)
Bewertung

Buchbeschreibung Zustand: New. Bestandsnummer des Verkäufers ABLIING23Mar3113020216123

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 221,24
Währung umrechnen

In den Warenkorb

Versand: EUR 3,73
Innerhalb der USA
Versandziele, Kosten & Dauer
Foto des Verkäufers

Art Lew|Holger Mauch
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Softcover Anzahl: > 20
Print-on-Demand
Anbieter:
moluna
(Greven, Deutschland)
Bewertung

Buchbeschreibung Zustand: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Reference guide for educational and professional users of the DP software toolThis book provides a practical introduction to computationally solving discrete optimization problems using dynamic programming. From the examples presented, readers. Bestandsnummer des Verkäufers 5046279

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 180,07
Währung umrechnen

In den Warenkorb

Versand: EUR 48,99
Von Deutschland nach USA
Versandziele, Kosten & Dauer
Foto des Verkäufers

Holger Mauch
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Taschenbuch Anzahl: 2
Print-on-Demand
Anbieter:
BuchWeltWeit Ludwig Meier e.K.
(Bergisch Gladbach, Deutschland)
Bewertung

Buchbeschreibung Taschenbuch. Zustand: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Dynamic programming has long been applied to numerous areas in mat- matics, science, engineering, business, medicine, information systems, b- mathematics, arti cial intelligence, among others. Applications of dynamic programming have increased as recent advances have been made in areas such as neural networks, data mining, soft computing, and other areas of com- tational intelligence. The value of dynamic programming formulations and means to obtain their computational solutions has never been greater. This book describes the use of dynamic programming as a computational tool to solve discrete optimization problems. (1) We rst formulate large classes of discrete optimization problems in dynamic programming terms, speci cally by deriving the dynamic progr- ming functional equations (DPFEs) that solve these problems. A text-based language, gDPS, for expressing these DPFEs is introduced. gDPS may be regarded as a high-level speci cation language, not a conventional procedural computer programming language, but which can be used to obtain numerical solutions. (2)Wethende neandexaminepropertiesofBellmannets,aclassofPetri nets that serves both as a formal theoretical model of dynamic programming problems, and as an internal computer data structure representation of the DPFEs that solve these problems. (3)Wealsodescribethedesign,implementation,anduseofasoftwaretool, calledDP2PN2Solver, for solving DPFEs. DP2PN2Solver may be regarded as a program generator, whose input is a DPFE, expressed in the input spec- cation language gDPS and internally represented as a Bellman net, and whose output is its numerical solution that is produced indirectly by the generation of 'solver' code, which when executed yields the desired solution. 400 pp. Englisch. Bestandsnummer des Verkäufers 9783642072000

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 213,99
Währung umrechnen

In den Warenkorb

Versand: EUR 23,00
Von Deutschland nach USA
Versandziele, Kosten & Dauer
Foto des Verkäufers

Holger Mauch
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Taschenbuch Anzahl: 1
Anbieter:
AHA-BUCH GmbH
(Einbeck, Deutschland)
Bewertung

Buchbeschreibung Taschenbuch. Zustand: Neu. Druck auf Anfrage Neuware - Printed after ordering - Dynamic programming has long been applied to numerous areas in mat- matics, science, engineering, business, medicine, information systems, b- mathematics, arti cial intelligence, among others. Applications of dynamic programming have increased as recent advances have been made in areas such as neural networks, data mining, soft computing, and other areas of com- tational intelligence. The value of dynamic programming formulations and means to obtain their computational solutions has never been greater. This book describes the use of dynamic programming as a computational tool to solve discrete optimization problems. (1) We rst formulate large classes of discrete optimization problems in dynamic programming terms, speci cally by deriving the dynamic progr- ming functional equations (DPFEs) that solve these problems. A text-based language, gDPS, for expressing these DPFEs is introduced. gDPS may be regarded as a high-level speci cation language, not a conventional procedural computer programming language, but which can be used to obtain numerical solutions. (2)Wethende neandexaminepropertiesofBellmannets,aclassofPetri nets that serves both as a formal theoretical model of dynamic programming problems, and as an internal computer data structure representation of the DPFEs that solve these problems. (3)Wealsodescribethedesign,implementation,anduseofasoftwaretool, calledDP2PN2Solver, for solving DPFEs. DP2PN2Solver may be regarded as a program generator, whose input is a DPFE, expressed in the input spec- cation language gDPS and internally represented as a Bellman net, and whose output is its numerical solution that is produced indirectly by the generation of 'solver' code, which when executed yields the desired solution. Bestandsnummer des Verkäufers 9783642072000

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 217,00
Währung umrechnen

In den Warenkorb

Versand: EUR 32,99
Von Deutschland nach USA
Versandziele, Kosten & Dauer
Beispielbild für diese ISBN

Lew, Art; Mauch, Holger
Verlag: Springer (2010)
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Softcover Anzahl: > 20
Anbieter:
California Books
(Miami, FL, USA)
Bewertung

Buchbeschreibung Zustand: New. Bestandsnummer des Verkäufers I-9783642072000

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 272,25
Währung umrechnen

In den Warenkorb

Versand: Gratis
Innerhalb der USA
Versandziele, Kosten & Dauer
Beispielbild für diese ISBN

Art Lew/ Holger Mauch
Verlag: Springer (2006)
ISBN 10: 3642072003 ISBN 13: 9783642072000
Neu Paperback Anzahl: 2
Anbieter:
Revaluation Books
(Exeter, Vereinigtes Königreich)
Bewertung

Buchbeschreibung Paperback. Zustand: Brand New. 379 pages. 9.00x6.00x0.91 inches. In Stock. Bestandsnummer des Verkäufers x-3642072003

Weitere Informationen zu diesem Verkäufer | Verkäufer kontaktieren

Neu kaufen
EUR 270,42
Währung umrechnen

In den Warenkorb

Versand: EUR 11,68
Von Vereinigtes Königreich nach USA
Versandziele, Kosten & Dauer