File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
since last version:
2
+ -
3
+
4
+ v2022.06.0
2
5
- Found and fixed further errors in the Branin function: now matches paper
3
6
- Added MultiFidelityFunction.x_opt attribute for known optimum of function
4
7
- Added warnings in MultiFidelityFunction if not l_bound <= x_opt <= u_bound
Original file line number Diff line number Diff line change 9
9
10
10
setuptools .setup (
11
11
name = 'mf2' ,
12
- version = '2021.10 .0' ,
12
+ version = '2022.06 .0' ,
13
13
description = 'A collection of analytical benchmark functions in multiple fidelities' ,
14
14
long_description = long_description ,
15
15
long_description_content_type = "text/markdown" ,
22
22
"Programming Language :: Python :: 3.7" ,
23
23
"Programming Language :: Python :: 3.8" ,
24
24
"Programming Language :: Python :: 3.9" ,
25
+ "Programming Language :: Python :: 3.10" ,
25
26
"Intended Audience :: Science/Research" ,
26
27
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
27
28
],
You can’t perform that action at this time.
0 commit comments