mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-08-04 09:28:32 +00:00
3 lines
80 B
Python
3 lines
80 B
Python
def main(args):
|
|
return 100*(args[1]-0.01*args[0]**2+1)+0.01*(args[0]+10)**2
|