genetic algorithm - initial population

2 views (last 30 days)
Jungeon Kim
Jungeon Kim on 2 Jun 2019
I'm using global optimization toolbox for ga.
The lower and upper bound are 120<=x<=1360.
There is a problem for generating initial population: The first individual of the first population is being [120 120 120 120 120 120].
There are linear constraints, but it is the same with boundary.
I have read that the many initial individuals are around the boundary when the linear constraints are used in below:
Please help me.
Thank you.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!