Restriction of upper and lower boundary values to single decimal place in GA.
1 view (last 30 days)
Show older comments
Rajdeep Ghosh
on 31 Aug 2020
Commented: Rajdeep Ghosh
on 4 Sep 2020
Dear all
I am solving a problem using GA with lb=[1 1] ub=[2.5 2]. I want upper and lower boundary value only upto 1 decimal place in population.
Please help.
0 Comments
Accepted Answer
Alan Weiss
on 1 Sep 2020
You are free to use Mixed Integer ga Optimization and have your integer problem variables be ten times your real variables.
Alan Weiss
MATLAB mathematical toolbox documentation
More Answers (0)
See Also
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!