Finding which inputs yield the highest value from a score function

前端 未结 0 1853
夕颜
夕颜 2020-12-12 14:59

I have a function that returns a score that is calculated based on inputs. Below is a very simple example.

def score(i, j):
    if i <= 2 and j <= 3:
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题