Skip to main content

Questions tagged [multi-objective-optimization]

Multi-objective optimization is an area of multiple criteria decision making that is concerned with mathematical optimization problems involving more than one objective function to be optimized simultaneously. Involve two or more optimization goals that are conflicting, meaning that improvement to one objective comes at the expense of another objective. The two methods for perform a multi-objetive-optimization are Pareto and scalarization.

2 votes
2 answers
483 views

Can I tell a MILP solver to prefer solutions with fewer fractions?

I have a linear program $$\max c^T x \text{ s.t. } A x\leq b, x\geq 0.$$ I would like a solution that, among all optimal solutions, has the largest number of integer variables. For example, if the ...
Erel Segal-Halevi's user avatar
6 votes
2 answers
1k views

Multiple Travelling Salesmen - How to make the second slowest salesman matter?

I'm building a Mixed Integer Linear Program for a variant of TSP I'm dealing with, where there are multiple salesmen. The way I have formulated the problem is that each agent has a time variable $T_i$ ...
John Smith's user avatar
1 vote
1 answer
71 views

Lexicographic objective to maximize the x-th highest value

Given the following (stylized) IP: \begin{align} \mbox{minimize }& \sum_i c_ix_i&\\ \mbox{s.t. }&\sum_i x_i \leq Q & \\ & f(x_i) \geq L & \forall i \\ & 0 \...
Joris Kinable's user avatar
0 votes
0 answers
45 views

Looking for OR courses on following topics

Currently, I am self-teaching myself the following topics in OR; a.) Multiobjective optimization, b.) Deterministic/Probabilistic Inventory models c.) Deterministic/Stochastic Dynamic Programming. On ...
jayant's user avatar
  • 109
-1 votes
1 answer
79 views

How to use gurobi to describe the process of finding the rank of matrix without objective function?

I have a general square matrix [[1,1,0],[1,1,0],[0,0,0]] (the element is on a binary field--Galois Fields) I want to find the rank of this matrix (like the function:...
wenny's user avatar
  • 1
0 votes
1 answer
96 views

Exception from IBM ILOG CPLEX: CPLEX Error 5002: 'q1' is not convex.->

I am currently solving a scheduling optimization problem regarding the fleet management of AGV/AMR. I always get the same error and I don't know where to start to solve it. Here's the code snippet for ...
Rami's user avatar
  • 1
0 votes
1 answer
39 views

New considerations for efficient solutions in multiobjective optimization

In multiobjective optimization, by using exact methods, we need to find the set of efficient solutions in the decision space or the set of non-dominated solutions in the criteria space. So, we must ...
BADJARA Mohamed el Amine's user avatar
1 vote
1 answer
77 views

Weighted sum in the objective function

I am working on my actual model. The objective function aims to maximize the preferences related to each criterion pc to select the best contract that fits with the project characteristics( c1= size, ...
Basma Ben Mahmoud's user avatar
1 vote
0 answers
45 views

satisfactory vs optimal decision making

In most classical game theoretic problems (situations in which more than one decision maker impacts the state of the environment), we assume that the decision-makers optimize their objective function. ...
Mohammad Reza Salehizadeh's user avatar
2 votes
1 answer
94 views

Help with choosing the penalty parameters in the objective function

I'm working on a MIP optimization problem where I'm trying to reorganize a list of purchases (negative integer numbers) and requests (positive integer number) to maximize the number of positive values ...
Caterina De Franco's user avatar
3 votes
3 answers
403 views

Problem of scaling or normalizing in multiobjective optimization problem when one objective function is much larger than the other?

I am an electrical engineer who is working in network problem and I was trying to solve a multi objective function $\begin{array}{*{20}{c}} {\min }&{{f_1}\left( x \right)}\\ \end{array}$ $\begin{...
Tuong Nguyen Minh's user avatar
0 votes
0 answers
49 views

Objective/Cost Function Normalization (MPC)

I am trying to develop an MPC. In this MPC, I predict the temperature and try to bring the sensor value to the desired setpoint temperature. I predict the temperature in the next 180 minutes for the ...
Clankk's user avatar
  • 1
3 votes
0 answers
124 views

Continuous optimization with a Euclidean TSP objective

I am trying to solve a problem of the form $$\min_{x_1,\dots,x_n} f(x_1,\dots,x_n)$$ subject to a constraint that $\mathrm{length}(\mathrm{TSP}(x_1,\dots,x_n))\leq c$, where $x_1,\dots,x_n$ are all ...
Tom Solberg's user avatar
1 vote
1 answer
632 views

How to get hypervolume calculation for Pareto Front in python?

I hope that this Stack Exchange channel is the right place for this. I'm trying to analyze a multiobjective optimization problem. I'm wanting to use the hypervolume calculation to benchmark the ...
BSplitter's user avatar
  • 145
1 vote
0 answers
61 views

MOO: Variable is both a decision variable and an objective

I'm trying to solve a Multi-Objective Optimization Problem to find the set of Pareto Optimal Solutions. I have a list of decision variables (x1, x2, x3) and a list of objectives (o1, o2, x3). As you ...
veeman's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
7