Discrete variables in Genetic algorithm problem
7 次查看(过去 30 天)
显示 更早的评论
Hi there,
I have an optimization problem and my variables are discrete. For instance t=[1 3 5 12 18] and corresponding V=[11 22 41 56 61]. fitness function is f(t,v). Each V is correspond to t. The thing is I am interested to minimize the length of vector but do not now how I can do it in Genetic algorithm.
Thanks
1 个评论
Geoff Hayes
2014-8-7
Adam - what do you mean by each V is correspond to t? You state that you are trying to minimize the length of vector but which vector is that - V or t? What does your fitness function f return in terms of a value?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!