SFDeltas

joined 9 months ago
[–] SFDeltas@alien.top 1 points 9 months ago (1 children)

I actually have your model ready for you (takes 11 inputs, minimizes one output, maximizes the other):

def model(a,b,c,d,e,f,g,h,i,j,k):
    return float('-inf'), float('inf')

No library needed!

If you need more help I would encourage you to provide more detail.