摘要: 01.from numpy import array 02.from random import random 03.from math import sin, sqrt 04. 05.iter_max = 10000 06.pop_size = 100 07.dimensions = 2 08.c1 = 2 09.c2 = 2 10.err_crit = 0.00001 11. ... 阅读全文
posted @ 2016-05-30 00:10 大数据从业者FelixZh 阅读(4838) 评论(0) 推荐(1)
大数据从业者