-
Notifications
You must be signed in to change notification settings - Fork 26
Fixes for v.4.5.1 #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Fixes for v.4.5.1 #207
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mirror from Master
Example with VNS using Surrogate
Batch mode example for VNS using surrogate
Option VNS_MADS_SEARCH_WITH_SURROGATE
Manage evaluator (Surrogate <-> bb) when doing vns with surrogate.
Fix vns with surrogate
The fix can be critical when std::abs is used instead of std::fabs
ctribes
added a commit
that referenced
this pull request
May 26, 2025
* 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.
ctribes
added a commit
that referenced
this pull request
Jul 17, 2025
* 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. * Update README.txt * Update README.txt * Fix build/link for creating dlls Link problems when building with mingw/gcc on windows * Update Mads.hpp * More dll exports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes for issues #193, #198, #200