0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (14)
  • R250 - R500 (6)
  • R500+ (1,741)
  • -
Status
Format
Author / Contributor
Publisher

Books > Science & Mathematics > Mathematics > Optimization > General

Pyomo - Optimization Modeling in Python (Hardcover, 3rd ed. 2021): Michael L. Bynum, Gabriel A. Hackebeil, William E Hart, Carl... Pyomo - Optimization Modeling in Python (Hardcover, 3rd ed. 2021)
Michael L. Bynum, Gabriel A. Hackebeil, William E Hart, Carl D. Laird, Bethany L. Nicholson, …
R1,561 Discovery Miles 15 610 Ships in 10 - 15 working days

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. In the third edition, much of the material has been reorganized, new examples have been added, and a new chapter has been added describing how modelers can improve the performance of their models. The authors have also modified their recommended method for importing Pyomo. A big change in this edition is the emphasis of concrete models, which provide fewer restrictions on the specification and use of Pyomo models. 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.

Optimization Techniques and Applications with Examples (Hardcover): X-S Yang Optimization Techniques and Applications with Examples (Hardcover)
X-S Yang
R2,914 Discovery Miles 29 140 Ships in 18 - 22 working days

A guide to modern optimization applications and techniques in newly emerging areas spanning optimization, data science, machine intelligence, engineering, and computer sciences Optimization Techniques and Applications with Examples introduces the fundamentals of all the commonly used techniques in optimization that encompass the broadness and diversity of the methods (traditional and new) and algorithms. The author--a noted expert in the field--covers a wide range of topics including mathematical foundations, optimization formulation, optimality conditions, algorithmic complexity, linear programming, convex optimization, and integer programming. In addition, the book discusses artificial neural network, clustering and classifications, constraint-handling, queueing theory, support vector machine and multi-objective optimization, evolutionary computation, nature-inspired algorithms and many other topics. Designed as a practical resource, all topics are explained in detail with step-by-step examples to show how each method works. The book's exercises test the acquired knowledge that can be potentially applied to real problem solving. By taking an informal approach to the subject, the author helps readers to rapidly acquire the basic knowledge in optimization, operational research, and applied data mining. This important resource: Offers an accessible and state-of-the-art introduction to the main optimization techniques Contains both traditional optimization techniques and the most current algorithms and swarm intelligence-based techniques Presents a balance of theory, algorithms, and implementation Includes more than 100 worked examples with step-by-step explanations Written for upper undergraduates and graduates in a standard course on optimization, operations research and data mining, Optimization Techniques and Applications with Examples is a highly accessible guide to understanding the fundamentals of all the commonly used techniques in optimization.

Optimization - Algorithms and Applications (Hardcover): Rajesh Kumar Arora Optimization - Algorithms and Applications (Hardcover)
Rajesh Kumar Arora
R5,800 Discovery Miles 58 000 Ships in 10 - 15 working days

Choose the Correct Solution Method for Your Optimization Problem Optimization: Algorithms and Applications presents a variety of solution techniques for optimization problems, emphasizing concepts rather than rigorous mathematical details and proofs. The book covers both gradient and stochastic methods as solution techniques for unconstrained and constrained optimization problems. It discusses the conjugate gradient method, Broyden-Fletcher-Goldfarb-Shanno algorithm, Powell method, penalty function, augmented Lagrange multiplier method, sequential quadratic programming, method of feasible directions, genetic algorithms, particle swarm optimization (PSO), simulated annealing, ant colony optimization, and tabu search methods. The author shows how to solve non-convex multi-objective optimization problems using simple modifications of the basic PSO code. The book also introduces multidisciplinary design optimization (MDO) architectures-one of the first optimization books to do so-and develops software codes for the simplex method and affine-scaling interior point method for solving linear programming problems. In addition, it examines Gomory's cutting plane method, the branch-and-bound method, and Balas' algorithm for integer programming problems. The author follows a step-by-step approach to developing the MATLAB (R) codes from the algorithms. He then applies the codes to solve both standard functions taken from the literature and real-world applications, including a complex trajectory design problem of a robot, a portfolio optimization problem, and a multi-objective shape optimization problem of a reentry body. This hands-on approach improves your understanding and confidence in handling different solution methods. The MATLAB codes are available on the book's CRC Press web page.

Optimization Concepts and Applications in Engineering (Hardcover, 3rd Revised edition): Ashok D. Belegundu, Tirupathi R.... Optimization Concepts and Applications in Engineering (Hardcover, 3rd Revised edition)
Ashok D. Belegundu, Tirupathi R. Chandrupatla
R3,056 Discovery Miles 30 560 Ships in 10 - 15 working days

Organizations and businesses strive toward excellence, and solutions to problems are based mostly on judgment and experience. However, increased competition and consumer demands require that the solutions be optimum and not just feasible. Theory leads to algorithms. Algorithms need to be translated into computer codes. Engineering problems need to be modeled. Optimum solutions are obtained using theory and computers, and then interpreted. Revised and expanded in its third edition, this textbook integrates theory, modeling, development of numerical methods, and problem solving, thus preparing students to apply optimization to real-world problems. This text covers a broad variety of optimization problems using: unconstrained, constrained, gradient, and non-gradient techniques; duality concepts; multi-objective optimization; linear, integer, geometric, and dynamic programming with applications; and finite element-based optimization. It is ideal for advanced undergraduate or graduate courses in optimization design and for practicing engineers.

Numerical Methods and Optimization - An Introduction (Hardcover): Sergiy Butenko, Panos M. Pardalos Numerical Methods and Optimization - An Introduction (Hardcover)
Sergiy Butenko, Panos M. Pardalos
R2,814 Discovery Miles 28 140 Ships in 10 - 15 working days

For students in industrial and systems engineering (ISE) and operations research (OR) to understand optimization at an advanced level, they must first grasp the analysis of algorithms, computational complexity, and other concepts and modern developments in numerical methods. Satisfying this prerequisite, Numerical Methods and Optimization: An Introduction combines the materials from introductory numerical methods and introductory optimization courses into a single text. This classroom-tested approach enriches a standard numerical methods syllabus with optional chapters on numerical optimization and provides a valuable numerical methods background for students taking an introductory OR or optimization course.

The first part of the text introduces the necessary mathematical background, the digital representation of numbers, and different types of errors associated with numerical methods. The second part explains how to solve typical problems using numerical methods. Focusing on optimization methods, the final part presents basic theory and algorithms for linear and nonlinear optimization.

The book assumes minimal prior knowledge of the topics. Taking a rigorous yet accessible approach to the material, it includes some mathematical proofs as samples of rigorous analysis but in most cases, uses only examples to illustrate the concepts. While the authors provide a MATLAB(r) guide and code available for download, the book can be used with other software packages.

Linear Optimization - The Simplex Workbook (Paperback, 2010 ed.): Glenn Hurlbert Linear Optimization - The Simplex Workbook (Paperback, 2010 ed.)
Glenn Hurlbert
R1,634 Discovery Miles 16 340 Ships in 18 - 22 working days

The Subject A little explanation is in order for our choice of the title Linear Opti- 1 mization (and corresponding terminology) for what has traditionally been called Linear Programming.Theword programming in this context can be confusing and/or misleading to students. Linear programming problems are referred to as optimization problems but the general term linear p- gramming remains. This can cause people unfamiliar with the subject to think that it is about programming in the sense of writing computer code. It isn't. This workbook is about the beautiful mathematics underlying the ideas of optimizing linear functions subject to linear constraints and the algorithms to solve such problems. In particular, much of what we d- cuss is the mathematics of Simplex Algorithm for solving such problems, developed by George Dantzig in the late 1940s. The word program in linear programming is a historical artifact. When Dantzig ?rstdevelopedthe Simplex Algorithm to solvewhat arenowcalled linear programming problems, his initial model was a class of resource - location problems to be solved for the U.S. Air Force. The decisions about theallocationswerecalled'Programs'bytheAirForce, andhencetheterm.

Modelling Mortality with Actuarial Applications (Hardcover): Angus S. Macdonald, Stephen J. Richards, Iain D. Currie Modelling Mortality with Actuarial Applications (Hardcover)
Angus S. Macdonald, Stephen J. Richards, Iain D. Currie
R1,948 Discovery Miles 19 480 Ships in 10 - 15 working days

Actuaries have access to a wealth of individual data in pension and insurance portfolios, but rarely use its full potential. This book will pave the way, from methods using aggregate counts to modern developments in survival analysis. Based on the fundamental concept of the hazard rate, Part I shows how and why to build statistical models, based on data at the level of the individual persons in a pension scheme or life insurance portfolio. Extensive use is made of the R statistics package. Smooth models, including regression and spline models in one and two dimensions, are covered in depth in Part II. Finally, Part III uses multiple-state models to extend survival models beyond the simple life/death setting, and includes a brief introduction to the modern counting process approach. Practising actuaries will find this book indispensable, and students will find it helpful when preparing for their professional examinations.

Bandit Algorithms (Hardcover): Tor Lattimore, Csaba Szepesvari Bandit Algorithms (Hardcover)
Tor Lattimore, Csaba Szepesvari
R1,578 R1,365 Discovery Miles 13 650 Save R213 (13%) Ships in 10 - 15 working days

Decision-making in the face of uncertainty is a significant challenge in machine learning, and the multi-armed bandit model is a commonly used framework to address it. This comprehensive and rigorous introduction to the multi-armed bandit problem examines all the major settings, including stochastic, adversarial, and Bayesian frameworks. A focus on both mathematical intuition and carefully worked proofs makes this an excellent reference for established researchers and a helpful resource for graduate students in computer science, engineering, statistics, applied mathematics and economics. Linear bandits receive special attention as one of the most useful models in applications, while other chapters are dedicated to combinatorial bandits, ranking, non-stationary problems, Thompson sampling and pure exploration. The book ends with a peek into the world beyond bandits with an introduction to partial monitoring and learning in Markov decision processes.

Predictive Control for Linear and Hybrid Systems (Hardcover): Francesco Borrelli, Alberto Bemporad, Manfred Morari Predictive Control for Linear and Hybrid Systems (Hardcover)
Francesco Borrelli, Alberto Bemporad, Manfred Morari
R3,639 Discovery Miles 36 390 Ships in 10 - 15 working days

Model Predictive Control (MPC), the dominant advanced control approach in industry over the past twenty-five years, is presented comprehensively in this unique book. With a simple, unified approach, and with attention to real-time implementation, it covers predictive control theory including the stability, feasibility, and robustness of MPC controllers. The theory of explicit MPC, where the nonlinear optimal feedback controller can be calculated efficiently, is presented in the context of linear systems with linear constraints, switched linear systems, and, more generally, linear hybrid systems. Drawing upon years of practical experience and using numerous examples and illustrative applications, the authors discuss the techniques required to design predictive control laws, including algorithms for polyhedral manipulations, mathematical and multiparametric programming and how to validate the theoretical properties and to implement predictive control policies. The most important algorithms feature in an accompanying free online MATLAB toolbox, which allows easy access to sample solutions. Predictive Control for Linear and Hybrid Systems is an ideal reference for graduate, postgraduate and advanced control practitioners interested in theory and/or implementation aspects of predictive control.

Stochastic Benchmarking - Theory and Applications (Paperback, 1st ed. 2022): Alireza Amirteimoori, Biresh K. Sahoo, Vincent... Stochastic Benchmarking - Theory and Applications (Paperback, 1st ed. 2022)
Alireza Amirteimoori, Biresh K. Sahoo, Vincent Charles, Saber Mehdizadeh
R1,431 Discovery Miles 14 310 Ships in 9 - 17 working days

This book introduces readers to benchmarking techniques in the stochastic environment, primarily stochastic data envelopment analysis (DEA), and provides stochastic models in DEA for the possibility of variations in inputs and outputs. It focuses on the application of theories and interpretations of the mathematical programs, which are combined with economic and organizational thinking. The book's main purpose is to shed light on the advantages of the different methods in deterministic and stochastic environments and thoroughly prepare readers to properly use these methods in various cases. Simple examples, along with graphical illustrations and real-world applications in industry, are provided for a better understanding. The models introduced here can be easily used in both theoretical and real-world evaluations. This book is intended for graduate and PhD students, advanced consultants, and practitioners with an interest in quantitative performance evaluation.

Engineering Mathematics and Computing (Hardcover, 1st ed. 2023): Park Gyei-Kark, Dipak Kumar Jana, Prabir Panja, Mohd Helmy Abd... Engineering Mathematics and Computing (Hardcover, 1st ed. 2023)
Park Gyei-Kark, Dipak Kumar Jana, Prabir Panja, Mohd Helmy Abd Wahab
R1,216 Discovery Miles 12 160 Ships in 9 - 17 working days

This book contains select papers presented at the 3rd International Conference on Engineering Mathematics and Computing (ICEMC 2020), held at the Haldia Institute of Technology, Purba Midnapur, West Bengal, India, from 5-7 February 2020. The book discusses new developments and advances in the areas of neural networks, connectionist systems, genetic algorithms, evolutionary computation, artificial intelligence, cellular automata, self-organizing systems, soft computing, fuzzy systems, hybrid intelligent systems, etc. The book, containing 19 chapters, is useful to the researchers, scholars, and practising engineers as well as graduate students of engineering and applied sciences.

Design Optimization using MATLAB and SOLIDWORKS (Hardcover): Krishnan Suresh Design Optimization using MATLAB and SOLIDWORKS (Hardcover)
Krishnan Suresh
R2,457 Discovery Miles 24 570 Ships in 10 - 15 working days

A unique text integrating numerics, mathematics and applications to provide a hands-on approach to using optimization techniques, this mathematically accessible textbook emphasises conceptual understanding and importance of theorems rather than elaborate proofs. It allows students to develop fundamental optimization methods before delving into MATLAB (R)'s optimization toolbox, and to link MATLAB's results with the results from their own code. Following a practical approach, the text demonstrates several applications, from error-free analytic examples to truss (size) optimization, and 2D and 3D shape optimization, where numerical errors are inevitable. The principle of minimum potential energy is discussed to highlight the deep relationship between engineering and optimization. MATLAB code in every chapter illustrates key concepts and the text demonstrates the coupling between MATLAB and SOLIDWORKS (R) for design optimization. A wide variety of optimization problems are covered including constrained non-linear, linear-programming, least-squares, multi-objective, and global optimization problems.

Chance, Strategy, and Choice - An Introduction to the Mathematics of Games and Elections (Hardcover): Samuel Bruce Smith Chance, Strategy, and Choice - An Introduction to the Mathematics of Games and Elections (Hardcover)
Samuel Bruce Smith
R1,184 Discovery Miles 11 840 Ships in 10 - 15 working days

Games and elections are fundamental activities in society with applications in economics, political science, and sociology. These topics offer familiar, current, and lively subjects for a course in mathematics. This classroom-tested textbook, primarily intended for a general education course in game theory at the freshman or sophomore level, provides an elementary treatment of games and elections. Starting with basics such as gambling, zero-sum and combinatorial games, Nash equilibria, social dilemmas, and fairness and impossibility theorems for elections, the text then goes further into the theory with accessible proofs of advanced topics such as the Sprague-Grundy theorem and Arrow's impossibility theorem. * Uses an integrative approach to probability, game, and social choice theory * Provides a gentle introduction to the logic of mathematical proof, thus equipping readers with the necessary tools for further mathematical studies * Contains numerous exercises and examples of varying levels of difficulty * Requires only a high school mathematical background.

Optimization in Practice with MATLAB (R) - For Engineering Students and Professionals (Hardcover): Achille Messac Optimization in Practice with MATLAB (R) - For Engineering Students and Professionals (Hardcover)
Achille Messac
R2,105 Discovery Miles 21 050 Ships in 10 - 15 working days

Optimization in Practice with MATLAB (R) provides a unique approach to optimization education. It is accessible to both junior and senior undergraduate and graduate students, as well as industry practitioners. It provides a strongly practical perspective that allows the student to be ready to use optimization in the workplace. It covers traditional materials, as well as important topics previously unavailable in optimization books (e.g. numerical essentials - for successful optimization). Written with both the reader and the instructor in mind, Optimization in Practice with MATLAB (R) provides practical applications of real-world problems using MATLAB (R), with a suite of practical examples and exercises that help the students link the theoretical, the analytical, and the computational in each chapter. Additionally, supporting MATLAB (R) m-files are available for download via www.cambridge.org.messac. Lastly, adopting instructors will receive a comprehensive solution manual with solution codes along with lectures in PowerPoint with animations for each chapter, and the text's unique flexibility enables instructors to structure one- or two-semester courses.

Models of Decision-Making - Simplifying Choices (Hardcover): Paul Weirich Models of Decision-Making - Simplifying Choices (Hardcover)
Paul Weirich
R3,023 R2,551 Discovery Miles 25 510 Save R472 (16%) Ships in 10 - 15 working days

Classical decision theory evaluates entire worlds, specified so as to include everything a decision-maker cares about. Thus applying decision theory requires performing computations far beyond an ordinary decision-maker's ability. In this book Paul Weirich explains how individuals can simplify and streamline their choices. He shows how different 'parts' of options (intrinsic, temporal, spatiotemporal, causal) are separable, so that we can know what difference one part makes to the value of an option, regardless of what happens in the other parts. He suggests that the primary value of options is found in basic intrinsic attitudes towards outcomes: desires, aversions, or indifferences. And using these two facts he argues that we need only compare small parts of the options we face in order to make a rational decision. This important book will interest readers in decision theory, economics, and the behavioral sciences.

Energetic Relaxation to Structured Deformations - A Multiscale Geometrical Basis for Variational Problems in Continuum... Energetic Relaxation to Structured Deformations - A Multiscale Geometrical Basis for Variational Problems in Continuum Mechanics (Paperback, 1st ed. 2023)
José Matias, Marco Morandotti, David R Owen
R1,375 Discovery Miles 13 750 Ships in 18 - 22 working days

This book is the first organized collection of some results that have been obtained by the authors, their collaborators, and other researchers in the variational approach to structured deformations. It sets the basis and makes more accessible the theoretical apparatus for assigning an energy to a structured deformation, thereby providing motivation to researchers in applied mathematics, continuum mechanics, engineering, and materials science to study the deformation of a solid body without committing at the outset to a specific mechanical theory. Researchers will benefit from an approach in which elastic, plastic, and fracture phenomena can be treated in a unified way. ​The book is intended for an audience acquainted with measure theory, the theory of functions of bounded variation, and continuum mechanics. Any students in their last years of undergraduate studies, graduate students, and researchers with a background in applied mathematics, the calculus of variations, and continuum mechanics will have the prerequisite to read this book.

Inverse Eigenvalue Problems - Theory, Algorithms, and Applications (Hardcover): Moody Chu, Gene Golub Inverse Eigenvalue Problems - Theory, Algorithms, and Applications (Hardcover)
Moody Chu, Gene Golub
R3,593 Discovery Miles 35 930 Ships in 10 - 15 working days

Inverse eigenvalue problems arise in a remarkable variety of applications and associated with any inverse eigenvalue problem are two fundamental questions-the theoretic issue on solvability and the practical issue on computability. Both questions are difficult and challenging. In this text, the authors discuss the fundamental questions, some known results, many applications, mathematical properties, a variety of numerical techniques as well as several open problems. This is the first book in the authoritative Numerical Mathematics and Scientific Computation series to cover numerical linear algebra, a broad area of numerical analysis. Authored by two world-renowned researchers, this book is aimed at graduates and researchers in applied mathematics, engineering and computer science and makes an ideal graduate text.

A Gentle Introduction to Optimization (Paperback): B. Guenin, J. Koenemann, L. Tuncel A Gentle Introduction to Optimization (Paperback)
B. Guenin, J. Koenemann, L. Tuncel
R1,263 Discovery Miles 12 630 Ships in 10 - 15 working days

Optimization is an essential technique for solving problems in areas as diverse as accounting, computer science and engineering. Assuming only basic linear algebra and with a clear focus on the fundamental concepts, this textbook is the perfect starting point for first- and second-year undergraduate students from a wide range of backgrounds and with varying levels of ability. Modern, real-world examples motivate the theory throughout. The authors keep the text as concise and focused as possible, with more advanced material treated separately or in starred exercises. Chapters are self-contained so that instructors and students can adapt the material to suit their own needs and a wide selection of over 140 exercises gives readers the opportunity to try out the skills they gain in each section. Solutions are available for instructors. The book also provides suggestions for further reading to help students take the next step to more advanced material.

Algorithm-Driven Truss Topology Optimization for Additive Manufacturing (Paperback, 1st ed. 2022): Christian Reintjes Algorithm-Driven Truss Topology Optimization for Additive Manufacturing (Paperback, 1st ed. 2022)
Christian Reintjes
R2,050 R1,919 Discovery Miles 19 190 Save R131 (6%) Ships in 9 - 17 working days

Since Additive Manufacturing (AM) techniques allow the manufacture of complex-shaped structures the combination of lightweight construction, topology optimization, and AM is of significant interest. Besides the established continuum topology optimization methods, less attention is paid to algorithm-driven optimization based on linear optimization, which can also be used for topology optimization of truss-like structures. To overcome this shortcoming, we combined linear optimization, Computer-Aided Design (CAD), numerical shape optimization, and numerical simulation into an algorithm-driven product design process for additively manufactured truss-like structures. With our Ansys SpaceClaim add-in construcTOR, which is capable of obtaining ready-for-machine-interpretation CAD data of truss-like structures out of raw mathematical optimization data, the high performance of (heuristic-based) optimization algorithms implemented in linear programming software is now available to the CAD community.

An Optimization Primer (Hardcover, 1st ed. 2021): Johannes O. Royset, Roger J-.B. Wets An Optimization Primer (Hardcover, 1st ed. 2021)
Johannes O. Royset, Roger J-.B. Wets
R2,034 Discovery Miles 20 340 Ships in 10 - 15 working days

This richly illustrated book introduces the subject of optimization to a broad audience with a balanced treatment of theory, models and algorithms. Through numerous examples from statistical learning, operations research, engineering, finance and economics, the text explains how to formulate and justify models while accounting for real-world considerations such as data uncertainty. It goes beyond the classical topics of linear, nonlinear and convex programming and deals with nonconvex and nonsmooth problems as well as games, generalized equations and stochastic optimization. The book teaches theoretical aspects in the context of concrete problems, which makes it an accessible onramp to variational analysis, integral functions and approximation theory. More than 100 exercises and 200 fully developed examples illustrate the application of the concepts. Readers should have some foundation in differential calculus and linear algebra. Exposure to real analysis would be helpful but is not prerequisite.

Understanding Process Dynamics and Control (Hardcover): Costas Kravaris, Ioannis K. Kookos Understanding Process Dynamics and Control (Hardcover)
Costas Kravaris, Ioannis K. Kookos
R2,952 Discovery Miles 29 520 Ships in 9 - 17 working days

Presenting a fresh look at process control, this new text demonstrates state-space approach shown in parallel with the traditional approach to explain the strategies used in industry today. Modern time-domain and traditional transform-domain methods are integrated throughout and explain the advantages and limitations of each approach; the fundamental theoretical concepts and methods of process control are applied to practical problems. To ensure understanding of the mathematical calculations involved, MATLAB (R) is included for numeric calculations and MAPLE for symbolic calculations, with the math behind every method carefully explained so that students develop a clear understanding of how and why the software tools work. Written for a one-semester course with optional advanced-level material, features include solved examples, cases that include a number of chemical reactor examples, chapter summaries, key terms, and concepts, as well as over 240 end-of-chapter problems, focused computational exercises and solutions for instructors.

Handbook of Applied Optimization (Hardcover): Panos M. Pardalos, Mauricio G.C. Resende Handbook of Applied Optimization (Hardcover)
Panos M. Pardalos, Mauricio G.C. Resende
R6,446 Discovery Miles 64 460 Ships in 10 - 15 working days

Optimization is an essential tool in every project in every large-scale organization, whether in business, industry, engineering, and science. In recent years, algorithmic advances and software and hardware improvements have given managers a powerful framework for making key decisions about everything from production planning to scheduling distribution.

This comprehensive resource brings together in one volume the major advances in the field. Distinguished contributors focus on the algorithmic and computational aspects of optimization, particularly the most recent methods for solving a wide range of decision-making problems. The book is divided into three main sections: algorithms, covering every type of programming; applications, where computational tools are put to work solving tasks in planning, production, distribution, scheduling and other decisions in project management; and software, a comprehensive introduction to languages and systems. Designed as a practical resource for proprammers and project planners and managers, it covers optimization problems in a wide range of settings, from the airline and aerospace industries to telecommunications, finance, health systems, biomedicine, and engineering.

Regularity of the One-phase Free Boundaries (Paperback, 1st ed. 2023): Bozhidar Velichkov Regularity of the One-phase Free Boundaries (Paperback, 1st ed. 2023)
Bozhidar Velichkov
R1,286 Discovery Miles 12 860 Ships in 18 - 22 working days

This open access book is an introduction to the regularity theory for free boundary problems. The focus is on the one-phase Bernoulli problem, which is of particular interest as it deeply influenced the development of the modern free boundary regularity theory and is still an object of intensive research. The exposition is organized around four main theorems, which are dedicated to the one-phase functional in its simplest form. Many of the methods and the techniques presented here are very recent and were developed in the context of different free boundary problems. We also give the detailed proofs of several classical results, which are based on some universal ideas and are recurrent in the free boundary, PDE and the geometric regularity theories. This book is aimed at graduate students and researches and is accessible to anyone with a moderate level of knowledge of elliptical PDEs.

Calculus of One Variable (Paperback, 2nd ed. 2021): M.Thamban Nair Calculus of One Variable (Paperback, 2nd ed. 2021)
M.Thamban Nair
R1,422 Discovery Miles 14 220 Ships in 18 - 22 working days

This book is designed to serve as a textbook for courses offered to undergraduate and graduate students enrolled in Mathematics. The first edition of this book was published in 2015. As there is a demand for the next edition, it is quite natural to take note of the several suggestions received from the users of the earlier edition over the past six years. This is the prime motivation for bringing out a revised second edition with a thorough revision of all the chapters. The book provides a clear understanding of the basic concepts of differential and integral calculus starting with the concepts of sequences and series of numbers, and also introduces slightly advanced topics such as sequences and series of functions, power series, and Fourier series which would be of use for other courses in mathematics for science and engineering programs. The salient features of the book are - precise definitions of basic concepts; several examples for understanding the concepts and for illustrating the results; includes proofs of theorems; exercises within the text; a large number of problems at the end of each chapter as home-assignments. The student-friendly approach of the exposition of the book would be of great use not only for students but also for the instructors. The detailed coverage and pedagogical tools make this an ideal textbook for students and researchers enrolled in a mathematics course.

Differential Evolution: From Theory to Practice (Paperback, 1st ed. 2022): B. Vinoth Kumar, Diego Oliva, P.N Suganthan Differential Evolution: From Theory to Practice (Paperback, 1st ed. 2022)
B. Vinoth Kumar, Diego Oliva, P.N Suganthan
R4,260 Discovery Miles 42 600 Ships in 18 - 22 working days

This book addresses and disseminates state-of-the-art research and development of differential evolution (DE) and its recent advances, such as the development of adaptive, self-adaptive and hybrid techniques. Differential evolution is a population-based meta-heuristic technique for global optimization capable of handling non-differentiable, non-linear and multi-modal objective functions. Many advances have been made recently in differential evolution, from theory to applications. This book comprises contributions which include theoretical developments in DE, performance comparisons of DE, hybrid DE approaches, parallel and distributed DE for multi-objective optimization, software implementations, and real-world applications. The book is useful for researchers, practitioners, and students in disciplines such as optimization, heuristics, operations research and natural computing.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Applied Shape Optimization for Fluids
Bijan Mohammadi, Olivier Pironneau Hardcover R3,754 Discovery Miles 37 540
Mathematical Optimization and Modeling…
Lucas Lincoln Hardcover R3,062 R2,778 Discovery Miles 27 780
Radar Waveform Design based on…
Guolong Cui, Antonio Maio, … Hardcover R3,348 R3,025 Discovery Miles 30 250
Optimization Algorithms - Examples
Jan Valdman Hardcover R3,065 Discovery Miles 30 650
Fundamentals of Optimization Techniques…
Sukanta Nayak Paperback R3,019 Discovery Miles 30 190
Fixed-Time Cooperative Control of…
Zongyu Zuo, Qinglong Han, … Hardcover R3,106 Discovery Miles 31 060
Applied Optimization in the Petroleum…
Hesham K. Alfares Hardcover R3,673 Discovery Miles 36 730
Biogeography-Based Optimization…
Yujun Zheng, Xueqin Lu, … Hardcover R2,666 Discovery Miles 26 660
Topology Optimization in Engineering…
Jihong Zhu, Tong Gao Hardcover R2,670 Discovery Miles 26 700
Convex Optimization for Machine Learning
Changho Suh Hardcover R3,442 Discovery Miles 34 420

 

Partners