Statistics
13 Questions
0 Answers
RANK
37,118
of 300,674
REPUTATION
1
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
23.08%
VOTES RECEIVED
1
RANK
of 21,041
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,032
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
GA is showing penalty value vs generation graph in place of objective value vs generation graph.
Hello, I am trying to solve a linear programming problem using GA toolbox and trying to see the convergence of the solution usin...
9 years ago | 1 answer | 0
1
answerQuestion
How to seed feasible population to GA ?
I am trying to solve a MILP problem by GA. BUT the GA is not able to find feasible initial population on its own. If the Zer...
9 years ago | 0 answers | 0
0
answersQuestion
How can I know what are the various parameters of GA used in specific code?
I want to show on command screen, various values of the parameters of GA like crossover ratio, mutation value, which selection ...
9 years ago | 1 answer | 0
1
answerQuestion
What are the Constrained dependent functions in GA toolbox ?
Sometimes GA toolbox uses the constraint Dependent functions. Can someone tell me what are the actual Constraint dependent func...
9 years ago | 1 answer | 1
1
answerQuestion
HOW TO NAME VARIABLES CONTINUOUSLY ?
I like to create multiple variables with different values. like A1= 5, A2 = 3, A4 = 2,....,A100 = 30. I want all these varia...
9 years ago | 1 answer | 0
1
answerQuestion
How to name variables automatically?
I have made a 3 D matrix. But i need to give each element of this matrix a name so that it can be inserted in the cell array as ...
9 years ago | 1 answer | 0
1
answerQuestion
How to enter characters in cell array ?
I would like to create a cell array with the following output A = a_1 a_2 a_3 a_4 ....... a_99 I am trying to use the l...
9 years ago | 2 answers | 0
2
answersQuestion
A problem related to Linear Programming. Help me to formulate a linear program from the Summation notations of the objective and constraints of the program.
I am trying to solve a Large size linear program where the objective and constraints are all in summation notation. Being a larg...
9 years ago | 1 answer | 0
1
answerQuestion
How to setup a linear program from the equations expressed in summation notation?
I am trying to formulate a linear program which is very big in size hence is expressed in summation notation. It is very diff...
9 years ago | 0 answers | 0
0
answersQuestion
Problem Related to Scenario Generation.
I want to generate an Output matrix from the Input Matrix such that Input matrix = [a1,a2,a3,....; b1,b2,b3,....; ...
10 years ago | 1 answer | 0
1
answerQuestion
How to make a constrained problem into an unconstrained problem. How to tackle constraints in Simulated Annealing and PSO.
I have a Large scale MILP problem which I am trying to solve through meta-heuristic methods. It only contains linear constrain...
10 years ago | 0 answers | 0
0
answersQuestion
Linear Inequality Constraints not satisfied while using the GA. Premaure Convergence of the GA
My problem is a large size Mixed integer programming problem with some variables binary and others continuous. My code does not...
10 years ago | 1 answer | 0
1
answerQuestion
An issue related to GENETIC ALGORITHM. I am trying to solve a Large Binary Integer Linear optimization Problem using GA. GA is violating all the linear constraints.
I am having problem related to Genetic Algorithm. I am trying to solve a Large Binary Integer Linear optimization Problem using ...
10 years ago | 1 answer | 0
