Commit c1aaf3e
authored
Sync Develop and Master for release 4.5.1 (#208)
* Fixes for v.4.5.1 (#207)
* Update pypi.yml
* Update bb.py
Mirror from Master
* Create param_parallelEval.txt
* Create simpleExample_WithSurrogateAndVNS.py
Example with VNS using Surrogate
* Create param_VNSMadsSurrogateSearch.txt
Batch mode example for VNS using surrogate
* Fix handle of VNS using surrogate
Option VNS_MADS_SEARCH_WITH_SURROGATE
* Change how surrogate is handled in VNS search.
* Disable VNS_MADS_SEARCH_WITH_SURROGATE when optimization with quad model
* Update VNS.cpp
Manage evaluator (Surrogate <-> bb) when doing vns with surrogate.
* Update CONTRIBUTORS
* Update Introduction.rst
* Update pypi.yml
* Update pyproject.toml
* Update pyproject.toml
* Use std::fabs when required (#206)
The fix can be critical when std::abs is used instead of std::fabs
* Change version number
* Update QPSolverOptimize.cpp
* Update pypi.yml
Pass OpenMP as a string flag.
Tested in PyNomad/setup.py
* Update pypi.yml
Temp changes for building wheels for Python 3.13
* Update pypi.yml
Update to use latest cibuildwheel
* Update pypi.yml
Put back the oldest python version to 3.8.1 parent 59cfd61 commit c1aaf3e
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
37 | | - | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | | - | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | | - | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments