
Muhamad Fikri
beginner in optimization and math
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Posts
Recent activity by Muhamad Fikri-
Different Optimal Solutions from Equivalent Quadratic and Direct Formulations
AnsweredHi all, First of all, I hope I create this post in the correct community section. I’m working on a mixed-integer quadratic program (MIQP) to minimize an objective function representing the squared ...
-
Iterative Approach change the optimal result
AnsweredHi, I hope my post is in the correct community section. I think this post is a continuation of my previous question [Here], where at that post I was wondering about the non-integer optimal solution...
-
Fractional Solution in Continuous Relaxation of Convex Quadratic Programming
AnsweredHi, I applied a convex quadratic function with linear constraints. The decision variable is set to continuous. In Gurobi method, I choose set model.Params.Method = 0 which I believe is primal simpl...
-
Optimize Information Insight
OngoingHi, I run my code to execute the NLP in an objective function (with linearization). When I checked the optimized information, I got this detail Optimize a model with 24 rows, 48 columns and 120 non...
-
Non-Linear Objective Function with Linear Constraints Case
AnsweredHi, Previously in this post, I have a quadratic as the objective function with linear constraints. Now, I want to extend the problem by having the objective function as Nonlinear, where the formula...
-
Quadratic Objective Function with Linear Constraints Case
AnsweredHi, I am new to this optimization topic and currently learning about optimization with quadratic objective functions. In this case, I want to learn how to assign a limited number of people (with di...
-
Difference objective function in code yields difference result which one is the correct one?
AnsweredHi, I am just new to Python and Gurobi. This post is the first question that I would like to ask. I hope my question format is okay. Actually, I have a problem proofing whether my code is correct o...