test_funcs.py 文件源码

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

项目:evalset 作者: sigopt 项目源码 文件源码
def __init__(self, dim=2):
        super(Alpine01, self).__init__(dim)
        self.bounds = lzip([-6] * self.dim, [10] * self.dim)
        self.min_loc = [0] * self.dim
        self.fmin = 0
        self.fmax = 8.71520568065 * self.dim
        self.classifiers = ['nonsmooth']
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号