geatpy icon indicating copy to clipboard operation
geatpy copied to clipboard

Evolutionary algorithm toolbox and framework with high performance for Python

Results 145 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...

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

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

您好,我有看到如果是单染色体的话 用 prophetPop = ea.Population(Encoding, Field, 1, prophetChrom) # 实例化种群对象(设置个体数为1) myAlgorithm.call_aimFunc(prophetPop) # 计算先知种群的目标函数值及约束(假如有约束) 可以实现 但是在多染色体混合编码的时候,就算 population = ea.PsyPopulation(Encoding, Field, NIND) # 实例化种群对象(此时种群还没被初始化,仅仅是完成种群对象的实例化) prophetPop = ea.PsyPopulation(Encoding, Field, 1, prophetChrom) # 实例化种群对象(设置个体数为1)...

Connected to pydev debugger (build 201.8743.11) Traceback (most recent call last): File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File...

``` population.FitnV = ea.scaling(population.ObjV, population.CV, self.problem.maxormins) ``` 是在ObjV加上了CV惩罚因子吗

**Describe the bug** Geatpy==2.7.0 was installed on m1 mac, when i try to import geatpy, while I got the error: """ from geatpy.core.awGA import awGA File "core/awGA.pyx", line 1, in...

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

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