Loading...
Search for:
mahdavi-amiri--nezameddin
0.161 seconds
Total 738 records
Direct Multi-search for Multiobjective Optimization
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Multi-objective optimization is an important branch of optimization. One of the most common methods to solve multi-objective problems is to find the Pareto efficient points. In practical applications, there are many instances in which there are no analytical formula for the function and only approximate values at some points are available. Derivative-free optimization is one approach to solve these problems.Here, we consider one of the multi-objective derivative-free optimization techniques called direct multisearch (DMS), recently proposed in the literature. In this method, a commonly used single objective optimization method is generalized to the multiobjective case. A popular category of...
An Implementation of Newton-Like Methods on Nonlinearly Constrained Network
,
M.Sc. Thesis
Sharif University of Technology
;
Mahdavi Amiri, Nezameddin
(Supervisor)
Abstract
In this thesis, arranged by [6], the multiplier method is used to solve the network problems with nonlinear constraints and the Newton-like methods are used for updating the required parameters. This method, recently proposed in the literature, is based on solving a sequence of nonlinear optimization subproblems, dependent on the main problem, such that sequence of solutions of these problems converge to the solution of the main problem. In fact, to obtain an acceptable approximation of the main solution, it is needed to solve just a finite number of nonlinear subproblems. The main idea of the multiplier methods is based on eliminating some constraints and adding a penalty term to the...
Multi-degree Reduction of Bezier Curves with Constraints Using Dual Bernstein Basis Polynomials
, M.Sc. Thesis Sharif University of Technology ; Mahdavi-Amiri, Nezameddin (Supervisor)
Abstract
Bezier curves are among important curves which are broadly used in different fields such as computer graphic, vector graphic and animation. Among softwares in which these curves are used nowadays are: Adobe, Inkscape, GIMP, Adobe Photoshop, and Illustrator. An important concept in drawing the Bezier curves is to plot these curveswith fewer numbers of control points (low degree). Many algorithms have been introduced to reduce the degree of bezier curves. Here we first describe Bezier curves and their properties. Our main concern here is implementation of a new algorithm for multi-degree reduction of Bezier curves which are constrainted. The algorithm has recently been proposed byWozny and...
Implementation and Comparison of Some Steganography Method for Digital Images
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
In the modern world, steganography is an image processing technique, revealing to be a suitable process for information hiding. In most cases, steganography has shown to be more effective than cryptography techniques. Recently, there have been attempts to improve the stego-image quality and hiding capacity by introducing new methods. Here, we inspect the advantages and disadvantages of some new steganography methods for digital images. The implemented methods are color and grayscale image steganography with OPVSP algorithm, BRL and GRL methods, and the simple LSB method with OPAP algorithm. Here, we compare the implementation results of these methods using MATLAB 7.4.0, with other common...
Design and Analysis of Filter Trust-Region Algorithms for Unconstrained and Bound Constrained Optimization
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Design, analysis and practical implementation of the filter trust-region algorithms are investigated. First, we introduce two filter trust-region algorithms for solving the unconstrained optimization problem. These algorithms belong to two different class of optimization algorithms: (1) The monotone class, and (2) The non-monotone class. We prove the global convergence of the sequence of the iterates generated by the new algorithms to the first and second order critical points. Then, we propose a filter trust-region algorithm for solving bound constrained optimization problems and show that the algorithm converges to a first order critical point. Moreover, we address some well known...
A Truncated Sqp Method Based On Inexact Interior-Point Solutions Of Subproblems
,
M.Sc. Thesis
Sharif University of Technology
;
Mahdavi Amiri, Nezameddin
(Supervisor)
Abstract
We consider sequential quadratic programming (SQP) methods applied to optimization problems with nonlinear equality constraints and simple bounds, recently introduced in the literature. In particular, we describe and analyze a truncated SQP algorithm due to Izmailov and Solodov in which subproblems are solved approximately by an infeasible predictor-corrector interior-point method, followed by setting to zero some variables and some multipliers so that complementarity conditions for approximate solutions are satisfied. Verifiable truncation conditions based on the residual of optimality conditions of subproblems are explained to ensure both global and fast local convergence. Global...
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
We are concerned with describing an active-set algorithm for large-scale nonlinear programming based on the successive linear programming method proposed by Fletcher and Sainz de la Maza. The step computation is performed in two stages. In the first stage a linear program is solved to estimate the active set at the solution. The linear program is obtained by making a linear approximation to the penalty function inside a trust region. In the second stage, an equality constrained quadratic program (EQP) is solved involving only those constraints that are active at the solution of the linear program. The EQP incorporates a trust-region constraint and is solved (inexactly) by means of a...
Optimization Models for Financial Portfolio Problem
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
In financial portfolio problem, optimization models with uncertainty has been considered. The multi-stage stochastic programming methodology has been used as a solution method for these problems. In this study, we use multi-stage programming with uncertainity to evaluate the asset allocation problem. Some general models have been introduced for problem solving. Non-anticipativity and parent-child models are implemented and solved by both simplex and interior-point methods and the results are compared. The results show the parent-child model to have a better performance. Also, the interior-point method appears to need less computing time than the simplex method
Primal-Dual Column Generation Method and Column Generation Decomposition with Degeneracy
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Column generation technique has became a very important tool in the solution of linear programming problems. Column generation techniques start with solving a reduced version of the master problem. Recently, variations of the standard column generation approach have been proposed which use interior point of the dual feasible set instead of optimal slutions. So, primal-dual column generation technique uses a primal-dual interior point method to obtain well-centered non-optimal solutions of the restricted master problem. We show that the method converges to an optimal solution of the master problem. Then, an improved primal simplex algorithm (IPS) for degenerate linear problems is proposed....
Modified BFGS Method For Non-Convex Functions In Unconstrained Optimization
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Nonlinear optimization is concerned with finding optimal solutions of optimization problems, where the objective function or some constraints are nonlinear. Since many issues in science and engineering can be expressed and formulated as a nonlinear problem, we investigate BFGS method, a successful iterative quasi-Newton method, for solving non-convex problems in unconstrained optimization. The method is based on the work of Yuan and his colleagues, making use of modified weak Wolfe-Powell line search, introducing a certain condition, introducing the next point if the condition is met, introducing a parabolic function if the condition is not established and obtaining the projection point and...
Software Test Data Generation Using Genetic Algorithms
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
In software testing, it is often desirable to find test inputs that exercise specific program features. Good testing means uncovering as many faults as possible with a potent set of tests. Thus, a test series that has the potential to uncover many faults is better than one that can only uncover a few. To find these inputs by hand is extremely time-consuming, especially when the software is complex. Therefore, many attempts have been made to automate the process. There are three major methods to generate software test data: Random test data generation, Symbolic test data generation and Dynamic test data generation. Dynamic test data generation, such as those using genetic algorithms, is...
Primal-Dual Algorithms for Linear Programming Based on the Logarithmic Barrier Method
,
M.Sc. Thesis
Sharif University of Technology
;
Mahdavi Amiri, Nezameddin
(Supervisor)
Abstract
We deal with primal-dual interior point methods for solving the linear programming problem.Taken from recent literature on interior point methods, we discuss a short-step and a long-step path-following primal-dual method and show how to have polynomial-time bounds for both methods. The iteration bounds are for the short-step variant and for the long-step variant. In the analysis of both variants, a new proximity measure is used, which is closely related to the Euclidean norm of the scaled search direction vectors. The analysis of the long-step method depends strongly on the fact that the usual search directions form a descent direction for the so-called primal-dual logarithmic barrier...
Wavelet Applications in Pattern Recognition
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
We study wavelet transformation for use in pattern recognition. Feature extraction is a crucial processing step for pattern recognition. Feature extraction is based on finding mathematical methods for reducing dimensionality of pattern representation. Two most important features to be extracted are edges and textures. Edges and textures are not absolute concepts and change with scale. Moreover, local characteristics of edges are needed. In recent decades, wavelet transformation as a mathematical tool has captured the attention of many scientists in signal processing and mathematics. Wavelet basis can provide efficient and useful description of a function or signal since it has local...
Interval Methods for Global Optimization
,
M.Sc. Thesis
Sharif University of Technology
;
Mahdavi Amiri, Nezameddin
(Supervisor)
Abstract
We explain new interval methods, recently introduced in the literature, for solving unconstrained and constrained global optimization problems. The strategy is characterized by a subdivision of the argument intervals of the expression and a recomputation of the expression with these new intervals. By varying the selection and termination criteria, we explain new variants. These methods are used to solve problems with an objective function that has possibly a large number of local minima and constraints that may be nonlinear or nonconvex. We describe algorithms that return global minima and points at which the objective function is within a defined distance from the global minima. Numerical...
A Filter-Trust-Region Method for Simple-Bound Constrained Optimization
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
We explain a filter-trust-region algorithm for solving nonlinear optimization problems with simple bounds recently proposed by Sainvitu and Toint. The algorithm is shown to be globally convergent to at least one first-order critical point. We implement the algorithm and test the program on various problems. The results show the effectiveness of the algorithm
Extended Rank Reduction Formula and its Application to Real and Integer Matrix Factorizations
, Ph.D. Dissertation Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
The Wedderburn rank reduction formula and the ABS algorithms are powerful methods for developing matrix factorizations and many fundamental numerical linear algebra processes such as Gramm- Schmidt, conjugate direction and Lanczos methods. Esmaeili, Mahdavi-Amiri and Spedicato introduced a class of integer ABS algorithms for solving linear systems of Diophantine equations. In a recent work, Khorramizadeh and Mahdavi-Amiri have also presented a new class of extended integer ABS algorithms for solving linear Diophantine systems by computing an integer basis for the null space while controlling the growth of intermediate results. Here, we propose new approches to develop a new class of extended...
Inverse Problems and Solution Methods for a Class of Nonlinear Complementarity Problems
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Motivated by the Karush-Kuhn-Tucker optimality conditions for a sort of quadratic programs, we first discuss a class of nonlinear complementarity problems (NCPs). Then, we explain a kind of inverse problems of the NCP for a given feasible decision , and we characterize the set of parameter values for which there exists a point such that ( , ) forms a solution of the NCP and require the parameter values to be adjusted as little as possible. This leads to an inverse optimization problem. In particular, under , and Frobenius norms as well as affine maps, we discuss three simple and efficient solution methods recently introduced in the literature, for the inverse NCPs. Finally, some...
Image Edge Detection Using Ant Algorithms
, M.Sc. Thesis Sharif University of Technology ; Mahdavi - Amiri, Nezameddin (Supervisor)
Abstract
Ant algorithms are optimization algorithms inspired by natural behavior of real ants, which can find the shortest path between nest and food. These algorithms are used to solve numerous complex optimization and combinatorial problems. In recent years, ant algorithms have been used in image processing, specially in edge detection. Edge detection being important and having applications in image processing, several edge detection algorithms have been presented. Our goal is to study edge detection processes based on ant algorithms. Four algorithms recently proposed in the literature are implemented, and the results presented by their authors are verified. Furthermore, implemented algorithms are...
A Feasible Method for Optimization with Orthogonality Constraints
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Minimizing problems with either orthogonal or spherical constraints has a great number of applications in combinatorial optimization, polynomial optimization,eigenvalue problem, estimation to the nearest correlation between matrices of low rank, etc. Solving this kind of problem is hard, because feasible spaces for constraints are non-convex, and solving them is very costly as well. For confronting with this issue, The Cayley transform is used for keeping constraints,and, based on this technique, a smooth curve algorithm with low flop is compared with some algorithms based on is projections and geodesics . Efficiency of the algorithm, recently in introduced the literature, is proved on a...
Processing Images with Hexagonal Pixels
, M.Sc. Thesis Sharif University of Technology ; Mahdavi Amiri, Nezameddin (Supervisor)
Abstract
Image processing is very important in several applications. Here we use a rectangular grid for image processing. Other approaches exist in the literature. One new approach is to change the grid from rectangular to hexagonal, due to its various advantages over the latter. Main advantage of the hexagonal structure in image processing is its resemblance with the arrangement of photoreceptors in the human eyes. The change in arrangement amounts to requiring less pixels. There is no inconsistency in pixel connectivity and thus angular resolution is higher in this arrangement. Our goal here is to study lossless compression algorithms for images with hexagonal pixels. First, we consider the...