如何在Windows 10上的python 3.6中安装ipsolver

2024-06-16 09:58:30 发布

您现在位置:Python中文网/ 问答频道 /正文

我将使用信赖域内点优化进行优化

但是在运行下面链接中给出的代码时

from __future__ import division
import numpy as np
from ipsolver import minimize_constrained, NonlinearConstraint, BoxConstraint

我收到的错误消息如下所示

ModuleNotFoundError: No module named 'ipsolver._large_scale_constrained'

你能指导我解决这个问题吗


Tags: 代码fromimportnumpy链接asnpfuture