Shao Zhengjiang

Results 28 comments of Shao Zhengjiang

你好,维护的,只是作者目前正在忙毕业的事情实在无法抽空集中处理。在忙完后会resolve相应的issue。

> 看了 https://gaft.readthedocs.io/en/latest/api/components.population.html#gaft.components.population.Population.init 也不太明怎樣 用 init() 注入 Individual objects > > 有沒有模範參照? 謝謝 可以的,我最近在更新文档,我会把这个写进tutorial中,更新好后我会通知您

你需要找一下mpi安装的位置,看看是否有mpirun或者mpiexec

They are individual classes with different genetic encoding method implementations. For the encoding method, you can try to [google it](https://www.google.com/search?q=genetic+algorithm+encoding&oq=genetic+algorithm+encoding&aqs=chrome.0.69i59j69i60l3j0l2.7911j0j7&sourceid=chrome&ie=UTF-8) for more details :)

你好,感谢对gaft的支持,其实是可以通过设置适当的精度和范围来进行离散化的变量的,例如取值范围`[0.0, 3.0]`, 精度`1.0`这样,不过目前gaft对于整除的基因转换存在一个小bug,类似[issue#4](https://github.com/PytLab/gaft/issues/4)中提到的,我最近会找个时间把此问题修复,也欢迎pull request。😝

嗯,你可以使用上面的方法。同时最近我在考虑给gaft的individual定义写个元类,这样就可以用户自定义了,写好了会进行更新。

gaft doesn't support multi-objective optimization yet. I think it will be added soon. You can also contribute to it if possible : )

@makabaka123456 I think you should open another [new issue](https://github.com/PytLab/gaft/issues/new) where I would help you to solve your problem :)