geatpy icon indicating copy to clipboard operation
geatpy copied to clipboard

Evolutionary algorithm toolbox and framework with high performance for Python

Results 140 geatpy issues
Sort by recently updated
recently updated
newest added

**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...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

问题: ``` min x1*x4*(x1 + x2 + x3) + x3 s.t. x1*x2*x3*x4>= 25, x1**2 + x2**2 + x3**2 + x4**2 = 40, 1

想请教下,geatpy中有这种得到解的目标值与真实最优帕累托解的距离的函数么

大约有十万个变量,单目标优化。但是算法无法收敛,

比如我的解是一个1000*6的矩阵 geatpy支持这样的矩阵作为个体吗? 还有求问大佬, 如果我希望这个解(矩阵), 某一列中按行索引顺序每30个数允许取一次0, 这样的约束应该怎么写, 只能自己遍历这一列检查, 然后添加惩罚值吗?