paper-with-me

Papers

Solving dynamic multi-objective optimization problems via support vector machine

2019-10-19 · Min Jiang, Weizhen Hu, Liming Qiu, Minghui Shi, Kay Chen Tan

Dynamic Multi-objective Optimization Problems (DMOPs) refer to optimization problems that objective functions will change with time. Solving DMOPs implies that the Pareto Optimal Set (POS) at different moments can be accurately found, and this is a very difficult job due to the dynamics of the optimization problems. The POS that have been obtained in the past can help us to find the POS of the next time more quickly and accurately. Therefore, in this paper we present a Support Vector Machine (SVM) based Dynamic Multi-Objective Evolutionary optimization Algorithm, called SVM-DMOEA. The algorithm uses the POS that has been obtained to train a SVM and then take the trained SVM to classify the solutions of the dynamic optimization problem at the next moment, and thus it is able to generate an initial population which consists of different individuals recognized by the trained SVM. The initial populuation can be fed into any population based optimization algorithm, e.g., the Nondominated Sorting Genetic Algorithm II (NSGA-II), to get the POS at that moment. The experimental results show the validity of our proposed approach.

📄 PDF Abstract BibTeX arXiv:1910.08747

Code (0)

등록된 구현이 없습니다.

Tasks

POS

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Solving Dynamic Multi-objective Optimization Problems Using Incremental Support Vector Machine

2019-10-19 · Weizhen Hu, Min Jiang, Xing Gao, Kay Chen Tan 외

The main feature of the Dynamic Multi-objective Optimization Problems (DMOPs) is that optimization objective functions will change with times or environments. One of the promising approaches for solving the DMOPs is reus…

Evolutionary AlgorithmsPOS

Dynamic Stochastic Approximation for Multi-stage Stochastic Optimization

2017-07-11 · Guanghui Lan, Zhiqiang Zhou

In this paper, we consider multi-stage stochastic optimization problems with convex objectives and conic constraints at each stage. We present a new stochastic first-order method, namely the dynamic stochastic approximat…

Stochastic Optimization

A hybrid COA-DEA method for solving multi-objective problems

2015-09-02 · Mahdi Gorjestani, Elham Shadkam, Mehdi Parvizi, Sajedeh Aminzadegan

The Cuckoo optimization algorithm (COA) is developed for solving single-objective problems and it cannot be used for solving multi-objective problems. So the multi-objective cuckoo optimization algorithm based on data en…

Valuation-Based Systems for Discrete Optimization

2013-03-27 · Prakash P. Shenoy, Glenn Shafer

This paper describes valuation-based systems for representing and solving discrete optimization problems. In valuation-based systems, we represent information in an optimization problem using variables, sample spaces of …

Combining Kernelized Autoencoding and Centroid Prediction for Dynamic Multi-objective Optimization

2023-12-02 · Zhanglu Hou, Juan Zou, Gan Ruan, YuAn Liu 외

Evolutionary algorithms face significant challenges when dealing with dynamic multi-objective optimization because Pareto optimal solutions and/or Pareto optimal fronts change. This paper proposes a unified paradigm, whi…

DiversityEvolutionary Algorithms