mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-17 02:28:31 +00:00
Finally caught the pipe error for bad processes... they can all run and catch the response
This commit is contained in:
6
SourceCode/TestFunctions/Brown.py
Normal file
6
SourceCode/TestFunctions/Brown.py
Normal file
@ -0,0 +1,6 @@
|
||||
def main(args):
|
||||
result = 0
|
||||
for i,x in enumerate(args[1:-1]):
|
||||
result += (x**2)**(args[i+1]**2+1) + (args[i+1]**2)**(x**2 + 1)
|
||||
|
||||
return result
|
Reference in New Issue
Block a user