非碰撞约束下的圆心和半径优化

计算科学 约束优化
2021-12-24 16:51:47

我想优化一个由中心和半径参数化n

minC,Rf(C,R)

其中CRn×2RRn例如,

C[1,1]: x-coordinate of the first circle
C[1,2]: y-coordinate of the first circle
R[1]  : radius of the first circle

在优化时,我想施加一个约束,使这些圆圈不会相互碰撞。有人可以帮忙吗?

0个回答
没有发现任何回复~