-
GPU范例中是否有引用的一些模块对于GPU型号是有要求的~~希望可以告知一下,在硬件准备上避免不兼容~~感谢啦~~
-
我的模型如下:
![image](https://github.com/geatpy-dev/geatpy/assets/71620760/1c69ff3c-efe8-40a0-ad5d-3311c76d02c1)
在2X2小规模路网实验:
![image](https://github.com/geatpy-dev/geatpy/assets/71620760/ae23976d-1be7-…
-
关于multiprocessing这个模块的用法,是不是应该要配合pool.close()/pool.join() 来使用呢?
或者是有其他方式可以在程序运行完后自动清除过程中产生的内存么?
然后在模仿范例soea6时,“result = self.pool.map_async(subAimFunc, x)”这一步之后一直出现error,后续在使用“result.get()”时一直显示resu…
-
我想要根据实际需求重新core的初始化染色体矩阵的方法等,但是无法查看其代码结构,该如何重写呢?
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
### Describe the workflow you want to enable
## Problem background
In [sklearn.naive_bayes.GaussianNB](https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html?highl…
-
问题:
```
min x1*x4*(x1 + x2 + x3) + x3
s.t. x1*x2*x3*x4>= 25,
x1**2 + x2**2 + x3**2 + x4**2 = 40,
1
-
- [x] I have searched the issue tracker and believe that this is not a duplicate.
**Make sure you run commands with `-v` flag before pasting the output.**
## Steps to reproduce
pdm add geat…
-
请问一下可否指定染色体某几个位置的值。
我的问题简单来说是这样的,染色体是一组0-1编码,例如(1,0,0,0,1,...),但根据实际情况,我知道第1,第10等某几个固定位置上的值,一定是1,请问有没有办法直接生成这样的编码?
我也想过可以添加约束,或生成一些不含这几位的编码再自己在aimFunc函数中修改,但都会影响效率,就想问问有没有可以直接实现的方法。
非常感谢!
fkrsr updated
3 years ago
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
Two bug in Plots and Graphics
![image](…