photo

TEEH


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 1

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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,....; ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

9 years 前 | 1 个回答 | 0

1

个回答