mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-17 18:48:29 +00:00
the suboprocesses are running and the algorithm is functionning to optimize the function it is given
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
{
|
||||
"cells": [],
|
||||
"metadata": {},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
2
SourceCode/TestFunctions/Bukin2.py
Normal file
2
SourceCode/TestFunctions/Bukin2.py
Normal file
@ -0,0 +1,2 @@
|
||||
def main(args):
|
||||
return 100*(args[1]-0.01*args[0]**2+1)+0.01*(args[0]+10)**2
|
6
SourceCode/TestFunctions/Untitled.ipynb
Normal file
6
SourceCode/TestFunctions/Untitled.ipynb
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"cells": [],
|
||||
"metadata": {},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
Reference in New Issue
Block a user