Refresh GlobalOptimization under v7 stack - #1585
Open
ChrisRackauckas-Claude wants to merge 1 commit into
Open
Conversation
ChrisRackauckas-Claude
marked this pull request as ready for review
May 20, 2026 21:53
ChrisRackauckas-Claude
force-pushed
the
clean/GlobalOptimization
branch
from
May 22, 2026 14:14
a54cae5 to
6795a30
Compare
Re-instantiate and Pkg.update the GlobalOptimization benchmark environment against the current v7 SciML stack. No source/.jmd edits were required: the existing .jmd already uses sol.objective (no sol.minimum), no Bool autodiff/verbose kwargs, and the folder does not depend on SymbolicUtils. Manifest bumps include: Adapt 4.5.2 -> 4.6.0, ArrayInterface 7.24.0 -> 7.25.0, BlackBoxOptim 0.6.4 -> 0.6.5, DifferentiationInterface 0.7.17 -> 0.7.18, JLLWrappers 1.7.1 -> 1.8.0, MutableArithmetics 1.7.1 -> 1.8.0, PythonCall 0.9.31 -> 0.9.34, RuntimeGeneratedFunctions 0.5.18 -> 0.5.19, SciMLLogging 1.9.1 -> 1.10.1, SciMLOperators 1.17.0 -> 1.21.0, SymbolicIndexingInterface 0.3.46 -> 0.3.48, plus assorted JLL bumps (Cairo, Git_LFS, Pixman, Qt6Base, Xorg_xkeyboard_config, pixi) and a new SafeTestsets 0.1.0 entry. Smoke-verified locally on Julia 1.11: BBOB.solve_problem returns an OptimizationSolution with sol.objective accessible, and a small chain benchmark (3 functions, 2 trials) runs end-to-end. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
clean/GlobalOptimization
branch
from
May 31, 2026 01:12
6795a30 to
4697478
Compare
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
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.
Ignore until reviewed by @ChrisRackauckas.
Summary
Re-instantiate and
Pkg.updatethebenchmarks/GlobalOptimizationenvironment against the current v7 SciML stack. No.jmdsource edits were required:sol.objectiveis already used (nosol.minimumaccesses remain).autodiff/verbosekwargs in the benchmark.SymbolicUtilsdependency, so the 4.26 -> 4.30.x bump is N/A here.Manifest bumps
Adapt4.5.2 -> 4.6.0ArrayInterface7.24.0 -> 7.25.0BlackBoxOptim0.6.4 -> 0.6.5DifferentiationInterface0.7.17 -> 0.7.18JLLWrappers1.7.1 -> 1.8.0MutableArithmetics1.7.1 -> 1.8.0PythonCall0.9.31 -> 0.9.34RuntimeGeneratedFunctions0.5.18 -> 0.5.19SciMLLogging1.9.1 -> 1.10.1SciMLOperators1.17.0 -> 1.21.0SymbolicIndexingInterface0.3.46 -> 0.3.48SafeTestsets0.1.0Cairo_jll,Git_LFS_jll,Pixman_jll,Qt6Base_jll,Xorg_xkeyboard_config_jll,pixi_jllSmoke verification
Ran locally on Julia 1.11:
Pkg.instantiatesucceeded; all 36 packages precompiled cleanly (plus the prior 347).Pkg.updateapplied the bumps above; precompilation succeeded for the 40 affected packages.BBOB.solve_problemonRastriginreturned anOptimizationSolutionwithsol.objectiveaccessible (nosol.minimumreference).success_rate.The full long-running benchmark cells in the
.jmd(e.g.Threads.@threadsover all setups, full 100k iter time-to-success sweep) were not run end-to-end locally; CI will exercise them.🤖 Generated with Claude Code