the suboprocesses are running and the algorithm is functionning to optimize the function it is given

This commit is contained in:
Remi Ehounou
2021-04-04 16:57:59 -04:00
parent 0139c4c359
commit 58030d90ab
10 changed files with 10643 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}

View File

@ -0,0 +1,2 @@
def main(args):
return 100*(args[1]-0.01*args[0]**2+1)+0.01*(args[0]+10)**2

View File

@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}