Is the coding used by Genetic Algorithm Toolbox 'ga' with Population type 'doubleVector' real coding (real valued) or binary coding? In case it is binary coded, which is the codification method?
2 次查看(过去 30 天)
显示 更早的评论
Hello, I'd like to know if when using Optimization Toolbox 'ga' and 'gaoptimset' with Population Type 'doubleVector', which is the default option, if the type of encoding is real coding (real-valued coding) or if it is binary coding. In the case it is binary coding, what is the precision? And which is the method of codification? I'm using also 'MutationFcn' '@mutationadaptfeasible' and 'CrossoverFcn' '@crossoverscattered'. Thanks and Best Regards
0 个评论
回答(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!