ZOOpt icon indicating copy to clipboard operation
ZOOpt copied to clipboard

A python package of Zeroth-Order Optimization (ZOOpt)

Results 2 ZOOpt issues
Sort by recently updated
recently updated
newest added

Hi all, 1 - sometimes optimization just get stuck at some point and does not end (with dimension size < 50 - it's always the case). Don't know, maybe it...

您好,请教一个问题,我对您的zooPT这个无梯度优化非常感兴趣,最近尝试在玩一玩并且想解决一些实际问题,但是我跑了一下示例代码,报错了,**报错信息如下:** Traceback (most recent call last): File "D:\pythonProject\main.py", line 28, in Traceback (most recent call last): File "", line 1, in solution = Opt.min(obj, Parameter(budget=100 * dim_size, parallel=True, server_num=3)) File...