Shao Zhengjiang

Results 28 comments of Shao Zhengjiang

Hi, is it convenient for you to show me the CHGCAR file?

Hi Thanks for using this library. The Zenodo citing link is created: https://zenodo.org/record/6021462#.YgOA5e5BxR4 Feel free to cite and welcome to contribute

It seems a canopy installation problem. I think it is better to find more information in the canopy page :)

Hi, thanks for your contribution. As I get an urgent issue to address recently, will review the change once the issue is resolved. :)

你好,vaspy是兼容py3和py2的,而且canopy也都做过测试。从你错误的信息来看,可能是你安装vaspy有误。如果方便的话可以将你的脚本和具体报错信息贴出来。

你好,根据你的跑错信息是vaspy未安装成功,我readme里面的alias是针对*nix平台的。不过在windows平台上直接使用canopy命令行中的pip是可以的,你可以查看下你本地`c:\users\y7216\appdata\local\enthought\canopy\edm\envs\user\lib\site-packages`中是否有vaspy 另外,你执行的时候也是在canopy中执行的吗?

如果使用canopy的话目前建议使用python2版本的,VASPy是兼容Python2的

谢谢建议,这个会在后续的release进行改进

你说的是一种使用二叉树表示的个体,是不是通过后序遍历来求具体个体的数值?gaft在设计的时候就尽量使框架能够通用并支持自定义编码以及genetic operation,只要实现相应的接口放入engine就可以,可否分享一个相关算法的paper参考下,谢谢。

谢谢,gaft已经提供了接口来扩展各种不同的算法,若感兴趣可以尝试在gaft的框架下自己实现并提交你的code,如果若效果不错,可以作为gaft的内置编码和算子