
GA
Forever_Young_L
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
point
#include<bits/stdc++.h> using namespace std; typedef long long ll; const int INF=0x3f3f3f3f; const int MAX_N=100+5; const int MAX_M=200+5; const int M=25; struct node{ int b[M*3]; }; str...原创 2020-02-20 15:17:05 · 207 阅读 · 1 评论 -
GA求正态分布最值
#include<bits/stdc++.h> using namespace std; typedef long long ll; const int INF=0x3f3f3f3f; const int MAX_N=1000+5; const int PI=acos(-1.0); const int DNA_SIZE=20; int n; int pop[MAX_N],pop_...原创 2020-02-19 18:30:35 · 764 阅读 · 0 评论