viernes, 20 de julio de 2012
domingo, 3 de junio de 2012
CFP - IJAI - Combinatorial Optimization 2013 : Special issue of IJAI on Combinatorial Optimization
viernes, 1 de junio de 2012
Call for Papers: Special Issue on Combinatorial Optimization
Combinatorial Optimization is a branch of Optimization in which problems can be represented (or reduced) to discrete structures. Typically, in this kind of problems, the size of the feasible solution space increases exponentially with regard to the input parameters (or variables). Due to this, the analytical computation of true solutions (global solutions) for combinatorial problems involves high computational efforts. Thus, proposals such as Evolutionary Methods, Simulated Annealing inspired algorithms, Automata algorithms and Heuristics strategies have been designed in order to approach the set of optimal solutions. Nevertheless, no one, in general, guarantees the global solutions for combinatorial problems.
This special issue of the International Journal of Artificial Intelligence (IJAI) invites contributions and reviews of the latest developments in methods and their applications for the solution of combinatorial problems. Topics include (but they are not limited to):
1. Heuristics for the solution of combinatorial problems.
2. Theoretical formulation and implementation.
3. Parallel computing for the solution of combinatorial problems.
4. Design and implementation of metaheuristics for the solution of real-life combinatorial problems (networking design, planning and scheduling)
5. Hybrid metaheuristics for the solution of combinatorial problems.
Interested authors are solicited to make their original contributions in the above areas and contact one of the guest editors at: elias.d.nino@gmail.com or ydonoso@uniandes.edu.co or iv.saavedra@gmail.com.
For details and submission information concerning the International Journal of Artificial Intelligence (IJAI), please visit online:
http://www.ceser.in/ijai.html
Important Dates:
July 30, 2012: Expression of interest (title and abstract to guest editors)
August 30, 2012: Full manuscript and cover letter
December 30, 2012: Review comments and decision
February 30, 2013: Revised, final manuscript
Guest Editors:
Elias D. Niño-Ruiz
Assistant Professor
Department of Computer Science
Universidad del Norte, Barranquilla, Colombia
Full Time Researcher
Department of Computer Science
Virginia Tech, Blacksburg, VA 24060, USA
(email: elias.d.nino@gmail.com )
Yezid Donoso
Assistant Professor
Department of Computer Science
Universidad de los Andes
Bogota, Colombia
(email: ydonoso@uniandes.edu.co)
Ivan Saavedra-Antolinez
Full Time Researcher
Department of Industrial Engineering
University of Wisconsin – Milwaukee
Milwaukee, WI 53201, USA
(email: iv.saavedra@gmail.com)
viernes, 4 de mayo de 2012
Libro (Book): Optimizacion Combinatoria (Combinatorial Optimization)
Tengo el gusto de compartir con ustedes mi mas reciente publicacion, mi primer libro:
ISBN-13: | 978-3-8465-6442-4 |
ISBN-10: | 3846564427 |
EAN: | 9783846564424 |
Book language: | Español |
lunes, 16 de enero de 2012
A NOVEL NON GRADIENT DEPENDENT METHOD FOR UNCONSTRAINED MULTIVARIATE OPTIMIZATION
This paper states a novel method based on the Hill Climbing for unrestricted multivariate optimization. The proposed method was compared against method from the specialized literature such as Multivariate Newton-Raphson and Multivariate Fletcher-Powell. For making a real comparison, metrics such as Number of Iteration, Processing Time and Stability of the Solution were taken into account. The results showed that the proposed method was the best with a good performance in the metrics, in some cases, of 100% out of 100%.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
A NOVEL ALGORITHM FOR MULTIVARIATE OPTIMIZATION: MONARCHY METHOD
STAIRS: A NOVEL MULTIVARIATE OPTIMIZATION METHOD BASED ON A UNIVARIATE APPROACH
A NOVEL METHOD FOR MULTIVARIABLE OPTIMIZATION WITHOUT CONSTRAINTS
A NOVEL METHOD FOR UNCONSTRAINED MULTIVARIATE OPTIMIZATION BASED ON FLETCHER REEVES THEORY
There are some methods for optimization problems, they differ in the way the reach the optimum, among these methods, those which are based on the function’s gradient have a great advantage as they find the fastest way to reach de objective, here we show three methods that base on this principle, two of them are part of our course, and a third one which we would like to propose, as it turns out to be very effective.
Through this research we achieve to implement and built a serial of algorithms that recreate the steps from mathematical structures design for solving the many challenging optimization issues that are found in an engineering career.
Based on our theory, seen on this course, and several extra sources we were provided with tools strong enough to understand and rebuilt such logic. The processes and results are exposed in this journal.
Not only are we going to solve a proposed example, but also we’re going to show how three different methods based on the same primitive concept can differ in quality, accuracy and speed.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
A NOVEL ANT COLONY INSPIRED ALGORITHM FOR THE MONO-OBJECTIVE OPTIMIZATION OF COMBINATORIAL PROBLEMS
The Ant Colony method is one of the most used metaheuristics in the analysis of Traveling Salesman Problem (TSP). Our objective in this research is to take one of the instances proposed by the research group of University of Heidelberg in Germany and apply this method to obtain the optimal solution that has been found so far. First of all, it is important to define aspects such as the TSP, metaheuristics, and then analyze how works the Ant Colony method, the characteristics that has the instance that we chose and finally the pseudocode. All this was done by consulting, and investigating, papers, articles and research done earlier by other scientists, mathematicians, and even students like us.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
A COLLABORATIVE FRAMEWORK FOR DISTRIBUTED MULTI-OBJECTIVE COMBINATORIAL OPTIMIZATION
MIDRS: A METAHEURISTIC BASED ON DETERMINISTIC FINITE AUTOMATA AND SIMULATED ANNEALING TECHNIQUE FOR BI-OBJECTIVE OPTIMIZATION COMBINATORIAL PROBLEMS
We describe a strategy for optimizing bi-objective combinatorial problems. Initially, we design and implement a metaheuristic of complexity O(n^4 ) for optimizing combinatorial problems. This metaheuristic is appointing Metaheuristic Deterministic Interchange on Automata with Simulated Annealing (MIDRS - Metaheurística de Intercambio Determinista sobre Autómatas con Recocido Simulado). MIDRS based its strategy on the theory of Deterministic Finite Automata Multi – Objective. Subsequently, we analyzed the behavior of the technique by varying the weight ratio between the objective functions. Finally, MIDRS is contrasted with high-impact global metaheuristic such as, algorithms based on Ant Colony, Evolutionary Techniques and Strategies Local Search.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
A NEW METAHEURISTIC BASED ON DETERMINISTIC FINITE AUTOMATON FOR MULTI-OBJECTIVE OPTIMIZATION OF COMBINATORIAL PROBLEMS
In this paper we state a novel metaheuristic based on Deterministic Finite Automaton (DFA) for the multi-objective optimization of combinatorial problems. First, we propose a new DFA based on Swapping (DFAS). DFAS allows the representation of feasible solutions space of combinatorial problems. Last, we define an algorithm that works with DFAS, it is named Exchange Deterministic Algorithm (EDA). EDA has three steps. The first step consists in create the initial solutions, the second step improves the initial solutions and the last step uses transitions between the states of the DFAS for improving the solutions. EDA was tested using well known instances of the Bi-objective Traveling Salesman Problem (TSP). EDA results were compared against Exhaustive Techniques from the specialized literature using Multiobjective Metrics. The results shows that EDA solutions are close to the Optimal Solutions.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
A HYBRID IMPROVING SCHEMA BETWEEN ID3 ALGORITHMS AND NAIVE BAYES CLASSIFIERS AND ITS APPLICATION TO THE POPULATION DATABASE OF BREAST CANCER
Analyzed the principles of the ID3 algorithm, this creates rules based on the concepts of entropy and gain with prepared data set. On the other hand, naïve Bayes classifier, allow us to classify through of the prepared data set considered probabilistic evidence. We propose a hybrid schema based on the ID3 algorithm and the naïve Bayes classifier that let us to improve the accuracy in classification tasks. We believe that this may be useful in many types of applications, so this schema serve as a support tool for research as a way to make decisions. Finally, we use experiment to prove that the hybrid schema increase the accuracy being applied to population databases of breast cancer.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
IMPROVING THE CLUSTERING ALGORITHM K -MEA NS USING A NEW DISTANCE FUNCTION AND ITS APPLICATION TO THE POPULATION DATABASES OF BREAST CANCER
BAYESSIAN CLASIFFIER SUPPORTED BY COVERAGE AND ACURACY IN BREAST CANCER DETECTION
This article shows the importance of Bayesian classifiers for prediction in data mining, also as important components such as coverage and accuracy may improve the classification performance in themselves an analysis by performing a mathematical model such as Naive Bayes can be improved by adding coverage and precision. Finally, we believe that this improvement may be useful in many types of applications, so this application can serve as a support tool for research on breast cancer and as a decision making in the allocation of resources for prevention and treatment, also can also be used in previous applications to be improved in many ways.
http://www.asme.org/products/books/international-conference-on-computer-and-computati
jueves, 1 de septiembre de 2011
CHAPTER BOOK: Evolutionary Algorithms based on te Automata Theory for the Multiobjective Optimization of Combinatorial Problems
This is my first chapter book, here is the information of the book:
Genetic Algorithm / Book 2 ISBN 979-953-307-879-2 The book covers the next topics:
* Evolutionary algorithms
* Evolutionary computing
* Metaheuristics
* Stochastic optimization
* Optimization
* Genetic representation
* Population growth estimation
* Web intelligence domains
* Pattern recognition
* Data mining
* Soft computing
* Bioinformatics
* Learning systems
It will be avaliable by January 2012. In this chapter I review all the techniques proposed by me and a novel metaheuristic is designed. Also, the tested are considered very hard, I work with instance from Bi to Quint-objectives. Here is a brief description of the chapter content:
1. Introduction. (Research regarding to Combinatorial Optimization)
2. Preliminares.
2.1. Multiobjective Optimization
2.2. Genetic Algorithms
2.3. Simulated Annealing Algorithms
2.4. Metaheuristic of Deterministic Swapping (MODS).
3. Simulated Annealing Metaheuristic of Deterministic Swapping (SAMODS)
4. Evolutionary Metaheuristic of Deterministic Swapping (EMODS)
5. Genetic Simulated Annealing Metaheuristic of Deterministic Swapping (SAGAMODS)
6. Experimental Analysis
6.1. Experimental Settings.
6.2. Performance Metrics (Generations of No Dominated Vector (GNDV), Spacing (S), Generational Distance (GD), Inverse Generational Distance (IGD)...)
6.3. Experimental Results
6.4. Analysis
7. Conclusions.
8. References.
A graphical comparison of the results for three objective instances is shown in the next figure:
SAMODS & SAGAMODS: Novel Algorithms based on the Automata Theory for the Multiobjective Optimization of Combinatorial Problems
Authors: Elias D. Nino
domingo, 22 de mayo de 2011
MODS: A Novel Metaheuristic of Deterministic Swapping for the Multi – Objective Optimization of Combinatorials Problems
Categoria: C (COLCIENCIAS)
Idioma: Inglés
Revista: Elias D. Niño, Carlos J. Ardila , Agustín Barrios and Yezid Donoso. MODS: A Novel Metaheuristic of Deterministic Swapping for the Multi – Objective Optimization of Combinatorials Problems. Computer Technology and Application. Volume 2, Number 4, 2011
Abstract
This paper states a new metaheuristic based on Deterministic Finite Automata (DFA) for the multi – objective optimization of combinatorial problems. First, a new DFA named Multi – Objective Deterministic Finite Automata (MDFA) is defined. MDFA allows the representation of the feasible solutions space of combinatorial problems. Second, it is defined and implemented a metaheuritic based on MDFA theory. It is named Metaheuristic Of Deterministic Swapping (MODS). MODS is a local search strategy that works using a MDFA. Due to this, MODS never take into account unfeasible solutions. Hence, it is not necessary to verify the problem constraints for a new solution found. Lastly, MODS is tested using well know instances of the Bi – Objective Traveling Salesman Problem (TSP) from TSPLIB. Its results were compared with eight Ant Colony inspired algorithms and two Genetic algorithms taken from the specialized literature. The comparison was made using metrics such as Spacing, Generational Distance, Inverse Generational Distance and No-Dominated Generation Vectors. In every case, the MODS results on the metrics were always better and in some of those cases, the superiority was 100%.
A novel Algorithm based on Deterministic Finite Automaton for solving the mono-objective Symmetric Traveling Salesman Problem
Categoria: SCOPUS
Idioma: Inglés
Revista: Elias Niño, Carlos Ardila, Daladier Jabba, Yezid Donoso. A novel Algorithm based on Deterministic Finite Automaton for solving the mono-objective Symmetric Traveling Salesman Problem. International Journal of Artificial Intelligence, Volume 5, Number A10. ISSN 0974-0635. 2010.
Abstract
This paper states an Algorithm Based on Finite Automata: the Exchange Deterministic Algorithm (EDA). EDA is an improvement of the EDNR algorithm(Ausiello, Feuerstein, Leonardi, Stougie and Talamo, 2001). that is applied to one of the classic problems in combinatorial optimization: The Symmetric Traveling Salesman Problem (TSP). First, the feasible solutions space of TSP was modeled by using a Deterministic Finite Automaton of Swapping (DFAS). DFAS is a data structure that allows the representation of the feasible solutions space of a combinatorial problem. Once that structure is defined, the algorithm is applied to different random scenarios of the TSP in order to contrast proximity with the global optimum obtained by exhaustive searching. Afterwards, the algorithm is applied to a particular problem, and the results are compared with others that were obtained by techniques such as Ant Colony, GRASP, Genetic Algorithms, Simulated Annealing, and Tabu Search(Bin and Raidl, 2008). EDA surpassed the others in terms of number of iterations the optimum is obtained.
DESCARGAR AQUI/DOWNLOAD HERE


