interval.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:vampyre 作者: GAMPTeam 项目源码 文件源码
def __init__(self,y,shape,zrep_axes=(0,),thresh=0,perr=1e-6,\
                 var_init=np.Inf):

        Estim.__init__(self)
        self.y = y
        self.shape = shape
        self.thresh = thresh
        self.perr = perr
        self.cost_avail = True
        self.var_init = var_init

        # Set the repetition axes
        ndim = len(self.shape)
        if zrep_axes == 'all':
            zrep_axes = tuple(range(ndim))
        self.zrep_axes = zrep_axes
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号