langongjin

Results 11 issues of langongjin

以前接收的图片应该是保存再fileStorage/Image/2021-08文件夹下。现在这个文件夹下只有.dat文件,每次收到一个微信发过来的图片,要转到电脑上都很麻烦。

hi, I saw the representation in GALGO is Bit string representation. And then, GALGO converts the bit string into the real-value. Does the GALGO support Real-valued representation? if yes, how...

hi, I am confused what is the default selection in MultiNEAT? How can I check it? How can I choose the tournament selection? Thanks a lot!

hi, I run ```cpp export MN_BUILD=boost python setup.py build_ext python setup.py install ``` then I got the following, I think it is installed successfully. ``` multineat 0.5 is already the...

hi, when I run "python setup.py build_ext" in the terminal, I got: ```cpp ld: library not found for -lboost_python clang: error: linker command failed with exit code 1 (use -v...

Hi, what are the parameters that we need to adjust for different tasks (test functions)? Thanks!

我想把参考文献的标题从下图中“参考文献”的格式修改为我想要的“3、主要参考文献(格式:论文--作者.题目.刊名.年份.卷(期).页码/专著--作者.书名.出版者.年份)。”的格式,请问应该怎么做? 或者如何把下图中“参考文献”及所在的行直接移除(这更适合我的要求)? 谢谢! ![Screenshot from 2021-08-24 14-48-54](https://user-images.githubusercontent.com/13703853/130570413-b1ad9756-4501-45cd-ba81-c894ab3f3319.png)

英文参考文献三人以上显示et al.。请问怎么样显示全部作者?

```python: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory``` when you meet the error above, please remove your `virtualenv` (just delete the...

when we run the experiments (e.g., the branch learners) for `n_jobs` (run in a core). each run in a core will consume a lot of memory. After a lot of...