Skip to content

Commit

Permalink
Merge branch 'guofei9987:master' into new_funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 authored Oct 15, 2021
2 parents e087b5d + d9582ef commit c78d561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/zh/args.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ help(sko.AFSA.AFSA)
| prob\_mut | 0\.001 | 变异概率 |
| lb | \-1 | 每个自变量的最小值 |
| ub | 1 | 每个自变量的最大值 |
| constraint\_eq | 空元组 | 线性约束 |
| constraint\_ueq | 空元组 | 非线性约束 |
| constraint\_eq | 空元组 | 等式约束 |
| constraint\_ueq | 空元组 | 不等式约束 |
| precision | 1e\-7 | 精准度,int/float或者它们组成的列表 |


Expand Down Expand Up @@ -56,7 +56,7 @@ help(sko.AFSA.AFSA)
| w | 0\.8 | 惯性权重 |
| c1 | 0\.5 | 个体记忆 |
| c2 | 0\.5 | 集体记忆 |
| constraint\_ueq | 空元组 | 非线性约束 |
| constraint\_ueq | 空元组 | 不等式约束 |

### DE

Expand All @@ -70,8 +70,8 @@ help(sko.AFSA.AFSA)
| F | 0\.5 | 变异系数 |
| lb | \-1 | 每个自变量的最小值 |
| ub | 1 | 每个自变量的最大值 |
| constraint\_eq | 空元组 | 线性约束 |
| constraint\_ueq | 空元组 | 非线性约束 |
| constraint\_eq | 空元组 | 等式约束 |
| constraint\_ueq | 空元组 | 不等式约束 |

### SA

Expand Down

0 comments on commit c78d561

Please sign in to comment.