How to define discrete variables in GA (genetic algorithm)
29 views (last 30 days)
Show older comments
Hi,
I need to optimize a function has four variables by GA tool (genetic algorithm).
Two variables are continuous like: x1=[1 5], x2=[22 34]
Two variables are discrete like:
x3=[1 1.5 2 2.24 3 3.35 3.5 4 4.5 5],
x4=[17 19 20 21 22 25 27 30 33]
How to define discrete variables in GA (genetic algorithm).
I use GA tool.
0 Comments
Answers (1)
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!