A Toolkit for AMPL Control Optimization

Total Page:16

File Type:pdf, Size:1020Kb

A Toolkit for AMPL Control Optimization ARGONNE NATIONAL LABORATORY 9700 South Cass Avenue Argonne, Illinois 60439 TACO — A Toolkit for AMPL Control Optimization Christian Kirches and Sven Leyffer Mathematics and Computer Science Division Preprint ANL/MCS-P1948-0911 November 4, 2011 The research leading to these results has received funding from the European Union Seventh Framework Programme FP7/2007-2013 under grant agreement no FP7-ICT-2009-4 248940. The first author acknowledges a travel grant by Heidelberg Graduate Academy, funded by the German Excellence Initiative. We thank Hans Georg Bock, Johannes P. Schlöder, and Sebastian Sager for permission to use the optimal control software package MUSCOD-II and the mixed-integer optimal control algorithm MS-MINTOC. This work was also supported by the Office of Advanced Scientific Computing Research, Office of Science, U.S. Department of Energy, under Contract DE-AC02-06CH11357, and by the Directorate for Computer and Information Science and Engineering of the National Science Foundation under award NSF-CCF-0830035. Contents 1 Introduction...................................................................1 1.1 The AMPL Modeling Language.....................................................3 1.2 Benefits of AMPL Extensions......................................................3 1.3 Related Efforts..............................................................3 1.4 Contributions and Structure........................................................3 2 AMPL Extensions for Optimal Control.....................................................4 2.1 Modeling Optimal Control Problem Variables..............................................5 2.2 Modeling Optimal Control Problem Constraints.............................................6 2.3 Modeling Optimal Control Problem Objectives.............................................7 2.4 Universal Header File for Optimal Control Problems..........................................7 3 Examples of Optimal Control Models in AMPL................................................8 3.1 Example from the COPS Library of Optimal Control Problems.....................................8 3.2 Mixed-Integer ODE-Constrained Example................................................9 3.3 AMPL Models of Optimal Control Problems in the mintoc.de Collection............................... 10 4 TACO Toolkit for AMPL Control Optimization................................................ 11 4.1 Implementations of the New User Functions............................................... 12 4.2 Consistency Checks............................................................ 13 4.3 User Diagnosis of the Detected Optimal Control Problem Structure................................... 14 4.4 Output of Time–Dependent Solution Variables.............................................. 15 5 Using TACO to Interface AMPL to MUSCOD-II and MS-MINTOC..................................... 16 5.1 Direct Multiple Shooting Method for Optimal Control.......................................... 16 5.2 Sensitivity Computation and Automatic Derivatives........................................... 17 5.3 Additional Information on Derivatives.................................................. 18 5.4 MUSCOD-II Solver Options and AMPL Suffixes............................................ 19 6 Limitations and Possible Further Extensions.................................................. 20 7 Conclusions and Outlook............................................................ 21 A TACO Data Structures Exposed to Optimal Control Problem Solvers..................................... 22 A.1 Data Structures Mapping from AMPL to Optimal Control........................................ 22 A.2 Data Structures Mapping from Optimal Control to AMPL........................................ 23 B TACO Functions Exposed to Optimal Control Problem Solvers........................................ 26 C TACO Toolkit Error Messages......................................................... 28 ii Mathematical Programming Computation manuscript No. (will be inserted by the editor) TACO — A Toolkit for AMPL Control Optimization Christian Kirches · Sven Leyffer November 4, 2011 Abstract We describe a set of extensions to the AMPL modeling language to conveniently model mixed-integer opti- mal control problems for ODE or DAE dynamic processes. These extensions are realized as AMPL user functions and suffixes and do not require intrusive changes to the AMPL language standard or implementation itself. We describe and provide TACO, a Toolkit for AMPL Control Optimization that reads AMPL stub.nl files and detects the structure of the optimal control problem. This toolkit is designed to facilitate the coupling of existing optimal control software packages to AMPL. We discuss requirements, capabilities, and the current implementation. Using the example of the multiple shooting code for optimal control MUSCOD-II, a direct and simultaneous method for DAE-constrained opti- mal control, we demonstrate how the problem information provided by the TACO toolkit is interfaced to the solver. In addition, we show how the MS-MINTOC algorithm for mixed-integer optimal control can be used to efficiently solve mixed-integer optimal control problems modeled in AMPL. We use the AMPL extensions to model three exemplary control problems and we discuss how those extensions affect the representation of optimal control problems. Solutions to these problems are obtained by using MUSCOD-II and MS-MINTOC inside the AMPL environment. A collection of further AMPL control models is provided on the web site mintoc.de. MUSCOD-II and MS-MINTOC are made available on the NEOS Server for Optimization, using the TACO toolkit to enable input of AMPL models. Keywords Mixed-Integer Optimal Control, Differential-Algebraic Equations, Domain Specific Languages, Mathematical Modeling 1 Introduction This paper describes a set of extensions to the AMPL modeling language that extends AMPL’s applicability to mathe- matical optimization problems including dynamic processes. We describe and implement AMPL syntax elements for convenient modeling of ordinary differential equation (ODE) and differential algebraic equation (DAE) constrained optimal control problems. C. Kirches Interdisciplinary Center for Scientific Computing (IWR), Heidelberg University, Im Neuenheimer Feld 368, 69120 Heidelberg, GERMANY. Ph.: +49 (6221) 54-8895; Fax: +49 (6221) 54-5444; E-mail: [email protected] S. Leyffer Mathematics and Computer Science Division, Argonne National Laboratory, 9700 South Cass Avenue, Argonne, IL 60439, U.S.A. We consider the class (1) of mixed-integer optimal control problems on the time horizon [0;T]. Our goal is to minimize an objective function that includes an integral Lagrange term L on [0;T], a Mayer term E at the end point T of the time horizon, and a point least-squares term with Nlsq possibly nonlinear residuals li on a grid ftig1≤i≤Nlsq of time n n points. All objective terms depend on the trajectory (x(·);z(·)) : [0;T] ! R x × R z of a dynamic process described in n terms of a system of ODEs (1b) or DAEs (1b, 1c). This system is affected by continuous controls u(·) : [0;T] ! R u 1 nWw nw and integer-valued controls w(·) : [0;T] ! Ww from a finite discrete set Ww := fw ;:::;w g ⊂ R , jWwj = nWw < ¥ (1h). Both control profiles are subject to optimization. Moreover, we allow the end time T (1g), the continuous model np 1 nW n parameters p 2 R , and the discrete–valued model parameters r 2 Wr := fr ;:::;r r g ⊂ R r , jWr j = nr < ¥ (1i) to be subject to optimization as well. Control, parameters, and process trajectory may be constrained by inequality path eq in constraints c(·) (1d), equality constraints rc (·) and inequality constraints rc (·) coupled in time (1e), and decoupled eq in equality and inequality constraints ri (·), ri (·), 1 ≤ i ≤ nr (1f), imposed on a grid ftig1≤i≤Nr of time points on time horizon [0;T]. This constraint grid need not coincide with the point least-squares grid. Constraints (1d)–(1f) include initial values and boundary values; mixed state-control constraints; periodicity constraints; and simple bounds on states, controls, and parameters. The optimal control problem is conveniently expressed as follows: Z T minimize L(t;x(t);z(t);u(t);w(t); p;r) dt + E(T;x(T);z(T); p;r) (1a) x(·);u(·);w(·); t=0 p;r;T N + lsq jjl (t ;x(t );z(t );u(t );w(t ); p; )jj2 t 2 [ ;T]; ∑i=1 i i i i i i r 2, i 0 subject tox ˙(t) = f (t;x(t);z(t);u(t);w(t); p;r); t 2 [0;T]; (1b) 0 = g(t;x(t);z(t);u(t);w(t); p;r); t 2 [0;T]; (1c) 0 ≤ c(t;x(t);z(t);u(t);w(t); p;r); t 2 [0;T]; (1d) eq 0 = rc (x(0);z(0);x(T);z(T); p;r); (1e) in 0 ≤ rc (x(0);z(0);x(T);z(T); p;r); eq 0 = ri (x(ti);z(ti); p;r); ti 2 [0;T]; 1 ≤ i ≤ Nr; (1f) in 0 ≤ ri (x(ti);z(ti); p;r); Tmin ≤ T ≤ Tmax; (1g) w(t) 2 Ww; t 2 [0;T]; (1h) r 2 Wr : (1i) Direct and simultaneous methods for tackling the class of optimization problems (1) posed in function spaces are based on the first-discretize-then-optimize approach. A discretization scheme is chosen and applied to objective (1a), dynamics (1b, 1c), and path constraints (1d) of the optimization problem in order to obtain a finite-dimensional counterpart problem accessible to mathematical programming algorithms. This counterpart problem will usually be a high-dimensional and highly structured nonlinear problem (NLP) or mixed-integer nonlinear problem (MINLP). Thus, it readily falls into the domain of applicability of many mathematical optimization software packages already interfaced with AMPL, such as ALGENCAN [5,6], filterSQP [26],
Recommended publications
  • Open Source Tools for Optimization in Python
    Open Source Tools for Optimization in Python Ted Ralphs Sage Days Workshop IMA, Minneapolis, MN, 21 August 2017 T.K. Ralphs (Lehigh University) Open Source Optimization August 21, 2017 Outline 1 Introduction 2 COIN-OR 3 Modeling Software 4 Python-based Modeling Tools PuLP/DipPy CyLP yaposib Pyomo T.K. Ralphs (Lehigh University) Open Source Optimization August 21, 2017 Outline 1 Introduction 2 COIN-OR 3 Modeling Software 4 Python-based Modeling Tools PuLP/DipPy CyLP yaposib Pyomo T.K. Ralphs (Lehigh University) Open Source Optimization August 21, 2017 Caveats and Motivation Caveats I have no idea about the background of the audience. The talk may be either too basic or too advanced. Why am I here? I’m not a Sage developer or user (yet!). I’m hoping this will be a chance to get more involved in Sage development. Please ask lots of questions so as to guide me in what to dive into! T.K. Ralphs (Lehigh University) Open Source Optimization August 21, 2017 Mathematical Optimization Mathematical optimization provides a formal language for describing and analyzing optimization problems. Elements of the model: Decision variables Constraints Objective Function Parameters and Data The general form of a mathematical optimization problem is: min or max f (x) (1) 8 9 < ≤ = s.t. gi(x) = bi (2) : ≥ ; x 2 X (3) where X ⊆ Rn might be a discrete set. T.K. Ralphs (Lehigh University) Open Source Optimization August 21, 2017 Types of Mathematical Optimization Problems The type of a mathematical optimization problem is determined primarily by The form of the objective and the constraints.
    [Show full text]
  • Computing in Operations Research Using Julia
    Computing in Operations Research using Julia Miles Lubin and Iain Dunning MIT Operations Research Center INFORMS 2013 { October 7, 2013 1 / 25 High-level, high-performance, open-source dynamic language for technical computing. Keep productivity of dynamic languages without giving up speed. Familiar syntax Python+PyPy+SciPy+NumPy integrated completely. Latest concepts in programming languages. 2 / 25 Claim: \close-to-C" speeds Within a factor of 2 Performs well on microbenchmarks, but how about real computational problems in OR? Can we stop writing solvers in C++? 3 / 25 Technical advancements in Julia: Fast code generation (JIT via LLVM). Excellent connections to C libraries - BLAS/LAPACK/... Metaprogramming. Optional typing, multiple dispatch. 4 / 25 Write generic code, compile efficient type-specific code C: (fast) int f() { int x = 1, y = 2; return x+y; } Julia: (No type annotations) Python: (slow) function f() def f(): x = 1; y = 2 x = 1; y = 2 return x + y return x+y end 5 / 25 Requires type inference by compiler Difficult to add onto exiting languages Available in MATLAB { limited scope PyPy for Python { incompatible with many libraries Julia designed from the ground up to support type inference efficiently 6 / 25 Simplex algorithm \Bread and butter" of operations research Computationally very challenging to implement efficiently1 Matlab implementations too slow to be used in practice High-quality open-source codes exist in C/C++ Can Julia compete? 1Bixby, Robert E. "Solving Real-World Linear Programs: A Decade and More of Progress", Operations Research, Vol. 50, pp. 3{15, 2002. 7 / 25 Implemented benchmark operations in Julia, C++, MATLAB, Python.
    [Show full text]
  • The TOMLAB NLPLIB Toolbox for Nonlinear Programming 1
    AMO - Advanced Modeling and Optimization Volume 1, Number 1, 1999 The TOMLAB NLPLIB Toolbox 1 for Nonlinear Programming 2 3 Kenneth Holmstrom and Mattias Bjorkman Center for Mathematical Mo deling, Department of Mathematics and Physics Malardalen University, P.O. Box 883, SE-721 23 Vasteras, Sweden Abstract The pap er presents the to olb ox NLPLIB TB 1.0 (NonLinear Programming LIBrary); a set of Matlab solvers, test problems, graphical and computational utilities for unconstrained and constrained optimization, quadratic programming, unconstrained and constrained nonlinear least squares, b ox-b ounded global optimization, global mixed-integer nonlinear programming, and exp onential sum mo del tting. NLPLIB TB, like the to olb ox OPERA TB for linear and discrete optimization, is a part of TOMLAB ; an environment in Matlab for research and teaching in optimization. TOMLAB currently solves small and medium size dense problems. Presently, NLPLIB TB implements more than 25 solver algorithms, and it is p ossible to call solvers in the Matlab Optimization Toolbox. MEX- le interfaces are prepared for seven Fortran and C solvers, and others are easily added using the same typ e of interface routines. Currently, MEX- le interfaces havebeendevelop ed for MINOS, NPSOL, NPOPT, NLSSOL, LPOPT, QPOPT and LSSOL. There are four ways to solve a problem: by a direct call to the solver routine or a call to amulti-solver driver routine, or interactively, using the Graphical User Interface (GUI) or a menu system. The GUI may also be used as a prepro cessor to generate Matlab co de for stand-alone runs. If analytical derivatives are not available, automatic di erentiation is easy using an interface to ADMAT/ADMIT TB.
    [Show full text]
  • Optimal Control for Constrained Hybrid System Computational Libraries and Applications
    FINAL REPORT: FEUP2013.LTPAIVA.01 Optimal Control for Constrained Hybrid System Computational Libraries and Applications L.T. Paiva 1 1 Department of Electrical and Computer Engineering University of Porto, Faculty of Engineering - Rua Dr. Roberto Frias, s/n, 4200–465 Porto, Portugal ) [email protected] % 22 508 1450 February 28, 2013 Abstract This final report briefly describes the work carried out under the project PTDC/EEA- CRO/116014/2009 – “Optimal Control for Constrained Hybrid System”. The aim was to build and maintain a software platform to test an illustrate the use of the conceptual tools developed during the overall project: not only in academic examples but also in case studies in the areas of robotics, medicine and exploitation of renewable resources. The grand holder developed a critical hands–on knowledge of the available optimal control solvers as well as package based on non–linear programming solvers. 1 2 Contents 1 OC & NLP Interfaces 7 1.1 Introduction . .7 1.2 AMPL . .7 1.3 ACADO – Automatic Control And Dynamic Optimization . .8 1.4 BOCOP – The optimal control solver . .9 1.5 DIDO – Automatic Control And Dynamic Optimization . 10 1.6 ICLOCS – Imperial College London Optimal Control Software . 12 1.7 TACO – Toolkit for AMPL Control Optimization . 12 1.8 Pseudospectral Methods in Optimal Control . 13 2 NLP Solvers 17 2.1 Introduction . 17 2.2 IPOPT – Interior Point OPTimizer . 17 2.3 KNITRO . 25 2.4 WORHP – WORHP Optimises Really Huge Problems . 31 2.5 Other Commercial Packages . 33 3 Project webpage 35 4 Optimal Control Toolbox 37 5 Applications 39 5.1 Car–Like .
    [Show full text]
  • PSO-Based Soft Lunar Landing with Hazard Avoidance: Analysis and Experimentation
    aerospace Article PSO-Based Soft Lunar Landing with Hazard Avoidance: Analysis and Experimentation Andrea D’Ambrosio 1,* , Andrea Carbone 1 , Dario Spiller 2 and Fabio Curti 1 1 School of Aerospace Engineering, Sapienza University of Rome, Via Salaria 851, 00138 Rome, Italy; [email protected] (A.C.); [email protected] (F.C.) 2 Italian Space Agency, Via del Politecnico snc, 00133 Rome, Italy; [email protected] * Correspondence: [email protected] Abstract: The problem of real-time optimal guidance is extremely important for successful au- tonomous missions. In this paper, the last phases of autonomous lunar landing trajectories are addressed. The proposed guidance is based on the Particle Swarm Optimization, and the differ- ential flatness approach, which is a subclass of the inverse dynamics technique. The trajectory is approximated by polynomials and the control policy is obtained in an analytical closed form solution, where boundary and dynamical constraints are a priori satisfied. Although this procedure leads to sub-optimal solutions, it results in beng fast and thus potentially suitable to be used for real-time purposes. Moreover, the presence of craters on the lunar terrain is considered; therefore, hazard detection and avoidance are also carried out. The proposed guidance is tested by Monte Carlo simulations to evaluate its performances and a robust procedure, made up of safe additional maneuvers, is introduced to counteract optimization failures and achieve soft landing. Finally, the whole procedure is tested through an experimental facility, consisting of a robotic manipulator, equipped with a camera, and a simulated lunar terrain. The results show the efficiency and reliability Citation: D’Ambrosio, A.; Carbone, of the proposed guidance and its possible use for real-time sub-optimal trajectory generation within A.; Spiller, D.; Curti, F.
    [Show full text]
  • CME 338 Large-Scale Numerical Optimization Notes 2
    Stanford University, ICME CME 338 Large-Scale Numerical Optimization Instructor: Michael Saunders Spring 2019 Notes 2: Overview of Optimization Software 1 Optimization problems We study optimization problems involving linear and nonlinear constraints: NP minimize φ(x) n x2R 0 x 1 subject to ` ≤ @ Ax A ≤ u; c(x) where φ(x) is a linear or nonlinear objective function, A is a sparse matrix, c(x) is a vector of nonlinear constraint functions ci(x), and ` and u are vectors of lower and upper bounds. We assume the functions φ(x) and ci(x) are smooth: they are continuous and have continuous first derivatives (gradients). Sometimes gradients are not available (or too expensive) and we use finite difference approximations. Sometimes we need second derivatives. We study algorithms that find a local optimum for problem NP. Some examples follow. If there are many local optima, the starting point is important. x LP Linear Programming min cTx subject to ` ≤ ≤ u Ax MINOS, SNOPT, SQOPT LSSOL, QPOPT, NPSOL (dense) CPLEX, Gurobi, LOQO, HOPDM, MOSEK, XPRESS CLP, lp solve, SoPlex (open source solvers [7, 34, 57]) x QP Quadratic Programming min cTx + 1 xTHx subject to ` ≤ ≤ u 2 Ax MINOS, SQOPT, SNOPT, QPBLUR LSSOL (H = BTB, least squares), QPOPT (H indefinite) CLP, CPLEX, Gurobi, LANCELOT, LOQO, MOSEK BC Bound Constraints min φ(x) subject to ` ≤ x ≤ u MINOS, SNOPT LANCELOT, L-BFGS-B x LC Linear Constraints min φ(x) subject to ` ≤ ≤ u Ax MINOS, SNOPT, NPSOL 0 x 1 NC Nonlinear Constraints min φ(x) subject to ` ≤ @ Ax A ≤ u MINOS, SNOPT, NPSOL c(x) CONOPT, LANCELOT Filter, KNITRO, LOQO (second derivatives) IPOPT (open source solver [30]) Algorithms for finding local optima are used to construct algorithms for more complex optimization problems: stochastic, nonsmooth, global, mixed integer.
    [Show full text]
  • Computational Integer Programming Lecture 3
    Computational Integer Programming Lecture 3: Software Dr. Ted Ralphs Computational MILP Lecture 3 1 Introduction to Software (Solvers) • There is a wealth of software available for modeling, formulation, and solution of MILPs. • Commercial solvers { IBM CPLEX { FICO XPress { Gurobi • Open Source and Free for Academic Use { COIN-OR Optimization Suite (Cbc, SYMPHONY, Dip) { SCIP { lp-solve { GLPK { MICLP { Constraint programming systems 1 Computational MILP Lecture 3 2 Introduction to Software (Modeling) • There are two main categories of modeling software. { Algebraic Modeling Languages (AMLs) { Constraint Programming Systems (CPSs) • According to our description of the modeling process, AMLs should probably be called \formulation languages". • AMLs assume the problem will be formulated as a mathematical optimization problem. • Although AMLs make the formulation process more convenient, the user must provide an initial \formulation" and decide on an appropriate solver. • Solvers do some internal reformulation, but this is limited. • Constraint programming systems use a much higher level description of the model itself. • Reformulation is done internally before automatically passing the problem to the most appropriate of a number of solvers. 2 Computational MILP Lecture 3 3 Algebraic Modeling Languages • A key concept is the separation of \model" (formulation, really) from \data." • Generally speaking, we follow a four-step process in modeling with AMLs. { Develop an \abstract model" (more like a formulation). { Populate the formulation with data. { Solve the Formulation. { Analyze the results. • These four steps generally involve different pieces of software working in concert. • For mathematical optimization problems, the modeling is often done with an algebraic modeling system. • Data can be obtained from a wide range of sources, including spreadsheets.
    [Show full text]
  • Abstract Glue for Optimization in Julia
    Abstract glue for optimization in Julia Miles Lubin with Iain Dunning, Joey Huchette, Tony Kelman, Dominique Orban, and Madeleine Udell ISMP – July 13, 2015 Why did we choose Julia? Lubin and Dunning, “Computing in Operations Research using Julia”, IJOC, 2015 ● “I want to model and solve a large LP/MIP within a programming language, but Python is too slow and C++ is too low level” ● “I want to implement optimization algorithms in a fast, high-level language designed for numerical computing” ● “I want to create an end-user-friendly interface for optimization without writing MEX files” And so… We (and many other contributors) developed a new set of tools to help us do our work in Julia. JuliaOpt CoinOptServices.jl AmplNLWriter.jl AmplNLReader.jl Modeling languages in Julia ● JuMP ○ Linear, mixed-integer, conic, and nonlinear optimization ○ Like AMPL, GAMS, Pyomo ● Convex.jl (Udell, Thursday at 10:20am) ○ Disciplined convex programming ○ Like CVX, cvxpy ● Both use the same solver infrastructure MathProgBase ● A standard interface which solver wrappers implement ○ Like COIN-OR/OSI MathProgBase philosophy ● In a small package which wraps the solver’s C API, implement a few additional methods to provide a standardized interface to the solver. ○ Clp.jl, Cbc.jl, Gurobi.jl, ECOS.jl, etc... MathProgBase philosophy ● Make it easy to access low-level features. ○ Don’t get in the user’s way MathProgBase philosophy ● If the solver’s interface doesn’t quite match the abstraction, either: ○ perform some transformations within the solver wrapper, or ○
    [Show full text]
  • Julia Language Documentation Release Development
    Julia Language Documentation Release development Jeff Bezanson, Stefan Karpinski, Viral Shah, Alan Edelman, et al. September 08, 2014 Contents 1 The Julia Manual 1 1.1 Introduction...............................................1 1.2 Getting Started..............................................2 1.3 Integers and Floating-Point Numbers..................................6 1.4 Mathematical Operations......................................... 12 1.5 Complex and Rational Numbers..................................... 17 1.6 Strings.................................................. 21 1.7 Functions................................................. 32 1.8 Control Flow............................................... 39 1.9 Variables and Scoping.......................................... 48 1.10 Types................................................... 52 1.11 Methods................................................. 66 1.12 Constructors............................................... 72 1.13 Conversion and Promotion........................................ 79 1.14 Modules................................................. 84 1.15 Metaprogramming............................................ 86 1.16 Arrays.................................................. 93 1.17 Sparse Matrices............................................. 99 1.18 Parallel Computing............................................ 100 1.19 Running External Programs....................................... 105 1.20 Calling C and Fortran Code....................................... 111 1.21 Performance
    [Show full text]
  • The TOMLAB Optimization Environment in Matlab1
    AMO - Advanced Modeling and Optimization Volume 1, Number 1, 1999 The TOMLAB Optimization Environment in Matlab Kenneth Holmstrom Center for Mathematical Mo deling Department of Mathematics and Physics Malardalen University PO Box SE Vasteras Sweden Abstract TOMLAB is a general purp ose op en and integrated Matlab development environment for research and teaching in optimization on Unix and PC systems One motivation for TOMLAB is to simplify research on practical optimization problems giving easy access to all types of solvers at the same time having full access to the p ower of Matlab The design principle is dene your problem once optimize using any suitable solver In this pap er we discuss the design and contents of TOMLAB as well as some applications where TOMLAB has b een successfully applied TOMLAB is based on NLPLIB TB a Matlab to olb ox for nonlinear programming and pa rameter estimation and OPERA TB a Matlab to olb ox for linear and discrete optimization More than dierent algorithms and graphical utilities are implemented It is p ossible to call solvers in the Matlab Optimization Toolb ox and generalpurp ose solvers implemented in For tran or C using a MEXle interface Currently MEXle interfaces have b een developed for MINOS NPSOL NPOPT NLSSOL LPOPT QPOPT and LSSOL A problem is solved by a direct call to a solver or by a general multisolver driver routine or interactively using a graphical user interface GUI or a menu system If analytical derivatives are not available automatic dierentiation is easy using an interface
    [Show full text]
  • The AIMMS Language Reference
    AIMMS The Language Reference AIMMS 3.1 May 31, 2000 AIMMS The Language Reference Paragon Decision Technology Johannes Bisschop Marcel Roelofs Copyright c 1999 by Paragon Decision Technology B.V. All rights reserved. Paragon Decision Technology B.V. P.O. Box 3277 2001 DG Haarlem The Netherlands Tel.: +31(0)23-5511512 Fax: +31(0)23-5511517 Email: [email protected] WWW: http://www.aimms.com ISBN 90–801516–3–7 Aimms is a trademark of Paragon Decision Technology B.V. Other brands and their products are trademarks of their respective holders. Windows and MS-dos are registered trademarks of Microsoft Corporation. TEX, LATEX, and AMS-LATEXare trademarks of the American Mathematical Society. Lucida is a registered trademark of Bigelow & Holmes Inc. Acrobat is a registered trademark of Adobe Systems Inc. Information in this document is subject to change without notice and does not represent a commitment on the part of Paragon Decision Technology B.V. The software described in this document is furnished under a license agreement and may only be used and copied in accordance with the terms of the agreement. The documentation may not, in whole or in part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form without prior consent, in writing, from Paragon Decision Technology B.V. Paragon Decision Technology B.V. makes no representation or warranty with respect to the adequacy of this documentation or the programs which it describes for any particular purpose or with respect to the adequacy to produce any particular result. In no event shall Paragon Decision Technology B.V., its employees, its contractors or the authors of this documentation be liable for special, direct, indirect or consequential damages, losses, costs, charges, claims, demands, or claims for lost profits, fees or expenses of any nature or kind.
    [Show full text]
  • Combined Optimization of Trajectory and Design for Dual Propulsion Spacecraft AE5810 Thesis Space Domas M
    Combined Optimization of Trajectory and Design for Dual Propulsion Spacecraft AE5810 Thesis Space Domas M. Syaifoel Delft University of Technology Combined Optimization of Trajectory and Design for Dual Propulsion Spacecraft AE5810 Thesis Space by Domas M. Syaifoel to obtain the degree of Master of Science at the Delft University of Technology, to be defended publicly on 14 December 2020. Student number: 4436024 Project duration: November 2019 – December 2020 Thesis committee: Dr. A. Cervone, TU Delft, supervisor Dr. J. Guo TU Delft, committee chair ir. R. Noomen TU Delft An electronic version of this thesis is available at http://repository.tudelft.nl/. Abstract Following the trend of miniaturization and standardization of satellite design, as well as recent successes in the use of cubesats in interplanetary missions, a cubesat design capable of reaching another planet fully in- dependently may lead to significant cost reductions for future missions. While efficient low thrust propulsion systems exist, Earth escape using low thrust only leads to significant incident radiation doses when crossing the Van Allen belts. As such, this report aims to present the design of a dual thrust cubesat, i.e. one which employs both high thrust and low thrust propulsion systems, such that the transfer time and the number of van Allen belt crossings is within requirements, while a final orbit around Mars remains attainable. In doing so, this report explores the theory behind low thrust trajectory optimization, and attempts to combine this with a general optimization scheme including both high thrust phases as well as the optimiza- tion of the spacecraft system design.
    [Show full text]