photo

Md Enamul Haque


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I get binary output instead of fraction from gamultiobj optimization?
I am using the below code to get a binary decision output. Instead I am getting fractions. How can I fix this? D ...

6 years ago | 1 answer | 0

1

answer

Question


Why I am getting "Constraints are not satisfied within constraint tolerance." from using "gamultiobj"?
The detailed message is as below: Infeasible individuals are present in the final population. Optimization terminated: ave...

6 years ago | 2 answers | 0

2

answers

Question


Not enough input arguments. when using "gamultiobj"
I am using the below code for multi objective optimization. D = [4, 3, 6, 8, 12, 4, 19, 13, 6, 8]; F = [20, 12, 40, 26, 1...

6 years ago | 1 answer | 0

1

answer

Question


How to incorporate a variable in the constraint of 'ga' or 'gamultiobj' if that is not introduced in the objective function?
How can I incorporate a variable in the constraint of 'ga' or 'gamultiobj' if that is not introduced in the objective function? ...

6 years ago | 1 answer | 0

1

answer

Question


What is the best way to represent a binary linearizing variable in MATLAB while doing optimization?
I am trying to represent a constraint that contains a binary linearizing variable z where z=x_i⋅x_j and x is a n dimensio...

6 years ago | 0 answers | 0

0

answers